Skip to content

Commit 1590e41

Browse files
committed
[TRY] Completely refactor std_detect tests
1 parent c860b19 commit 1590e41

File tree

4 files changed

+352
-319
lines changed

4 files changed

+352
-319
lines changed

.github/workflows/main.yml

+1
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/std_detect/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ rustc-dep-of-std = [
4040
"compiler_builtins",
4141
"alloc",
4242
]
43+
44+
[lints.rust]
45+
unexpected_cfgs = {level = "warn", check-cfg = ['cfg(stdarch_test_everything)'] }

0 commit comments

Comments
 (0)