Skip to content

Commit bfd2663

Browse files
committed
check everything else
1 parent d4aaeda commit bfd2663

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
name: Test
4141
runs-on: ${{ matrix.target.os }}
4242
strategy:
43+
fail-fast: false
4344
matrix:
4445
profile:
4546
- dev

crates/core_arch/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
stdarch_powerpc_feature_detection,
7878
)
7979
)]
80+
#![warn(deprecated_llvm_intrinsic)]
8081

8182
#[cfg(test)]
8283
#[macro_use]

0 commit comments

Comments
 (0)