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 b7ff9cc commit 0fd5d88Copy full SHA for 0fd5d88
.github/workflows/rust.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Test libsais-sys
25
run: cargo test --verbose -p libsais-sys
26
- name: Test
27
- run: cargo test --verbose --no-default-features
+ run: cargo test --verbose
28
- name: Test no OpenMP
29
run: cargo test --verbose --no-default-features
30
- name: Clippy
0 commit comments