Skip to content

Commit 4988e99

Browse files
committed
Disable clippy
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 515f6be commit 4988e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1717
- run: nix flake check
1818
- run: nix develop --command cargo fmt -- --check
19-
- run: |
20-
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clippy"
19+
# - run: |
20+
# nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clippy"
2121
- run: |
2222
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo test"
2323
- run: nix build

0 commit comments

Comments
 (0)