Skip to content

Commit

Permalink
nix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-thomas committed Jan 6, 2025
1 parent 8059a99 commit 0bbb4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main

- name: Check
run: cargo check
run: nix develop -c "cargo check"

- name: Lint
run: cargo clippy
run: nix develop -c "cargo clippy"
- name: Run tests
run: cargo test
run: nix develop -c "cargo test"

0 comments on commit 0bbb4c0

Please sign in to comment.