Skip to content

Commit 6c14f6f

Browse files
committed
Fix CI testing for all features
1 parent 0b83e89 commit 6c14f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: Test (all features)
64-
run: cargo test --all_features
64+
run: cargo test --all-features
6565

6666
test_wasm:
6767
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)