Skip to content

Commit

Permalink
Fix CI testing for all features
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Nov 17, 2024
1 parent 0b83e89 commit 6c14f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Test (all features)
run: cargo test --all_features
run: cargo test --all-features

test_wasm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c14f6f

Please sign in to comment.