Skip to content

Commit 939765c

Browse files
committed
Don't deny official rust/cargo warnings either
Rust/Cargo sometimes add new stylistic warnings too.
1 parent de15677 commit 939765c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ jobs:
8484
run: cargo test --target x86_64-unknown-linux-musl --no-default-features --features external_asm,instructions
8585
if: runner.os == 'Linux'
8686

87-
- name: 'Deny Warnings'
88-
run: cargo build --features deny-warnings
89-
9087
- name: "Install Rustup Targets"
9188
run: |
9289
rustup target add i686-unknown-linux-gnu

0 commit comments

Comments
 (0)