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 515f6be commit 4988e99Copy full SHA for 4988e99
.github/workflows/ci.yml
@@ -16,8 +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: |
20
- nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clippy"
+ # - run: |
+ # nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clippy"
21
- run: |
22
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo test"
23
- run: nix build
0 commit comments