Skip to content

Commit d7264bd

Browse files
author
Jonas Schievink
committed
ci: deny warnings
1 parent 36ac411 commit d7264bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
thumbv8m.main-none-eabi
3535
- name: Build Crates
3636
run: cargo test -p xtask
37+
env:
38+
RUSTFLAGS: ${{ matrix.rustflags }}
3739

3840
strategy:
3941
matrix:
40-
rust_version: [stable, beta, nightly]
42+
rust_version: [beta, nightly]
43+
include:
44+
- rust_version: stable
45+
rustflags: --deny warnings

0 commit comments

Comments
 (0)