Skip to content

Commit a0283db

Browse files
committed
Error on warn
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 78ef9d1 commit a0283db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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: nix develop --command cargo clippy
20-
- run: nix develop --command cargo test
19+
- run: |
20+
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"
2123
- run: nix build

0 commit comments

Comments
 (0)