We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff9dc9 commit 63542daCopy full SHA for 63542da
.github/workflows/rust.yml
@@ -46,5 +46,5 @@ jobs:
46
- name: Build
47
run: cargo build
48
- name: Run cargo tests
49
- run: cargo test --verbose ::stable -- --skip f128 --skip num_test --skip arithmetic_misc --skip simd --skip round --skip interop
+ run: cargo test --verbose ::stable -- --skip f128 --skip num_test --skip arithmetic_misc --skip simd --skip round --skip interop --skip cargo --skip fuzz87 --skip fuzz86 --skip fuzz47 --skip f16
50
0 commit comments