Skip to content

Commit 0fd5d88

Browse files
authored
fix: testing in CI
1 parent b7ff9cc commit 0fd5d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Test libsais-sys
2525
run: cargo test --verbose -p libsais-sys
2626
- name: Test
27-
run: cargo test --verbose --no-default-features
27+
run: cargo test --verbose
2828
- name: Test no OpenMP
2929
run: cargo test --verbose --no-default-features
3030
- name: Clippy

0 commit comments

Comments
 (0)