Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-thomas committed Jan 6, 2025
1 parent 338468b commit 129471e
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: nix develop -c "cargo check"
run: nix develop -c cargo check

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

0 comments on commit 129471e

Please sign in to comment.