diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f7e867..95d07ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,10 @@ jobs: - name: Run `cargo build` run: nix develop --ignore-environment --command cargo build - name: Run `cargo clippy` - run: nix develop --ignore-environment --command cargo clippy --all-targets -- -D warnings + run: nix develop --command cargo clippy --all-targets -- -D warnings - name: Run `cargo test` run: nix develop --command cargo test - name: Run `cargo fmt` - run: nix develop --ignore-environment --command cargo fmt --check + run: nix develop --command cargo fmt --check - name: Run `nix fmt` - run: nix fmt -- --check . \ No newline at end of file + run: nix fmt -- --check .