Skip to content

refactor: remove .DS_Store #4

refactor: remove .DS_Store

refactor: remove .DS_Store #4

Workflow file for this run

name: Run Tests
on:
push:
jobs:
cargo-test:
name: Cargo Test
runs-on: ubuntu-latest
container:
image: rust:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: cargo test --all --locked