We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ef9d1 commit a0283dbCopy full SHA for a0283db
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
github_access_token: ${{ secrets.GITHUB_TOKEN }}
17
- run: nix flake check
18
- run: nix develop --command cargo fmt -- --check
19
- - run: nix develop --command cargo clippy
20
- - run: nix develop --command cargo test
+ - run: |
+ nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clippy"
21
22
+ nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo test"
23
- run: nix build
0 commit comments