Skip to content

Commit

Permalink
feat(rust): enable all features
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Sep 10, 2024
1 parent 076fb73 commit 0145e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
toolchain: ${{inputs.rust-version}}
- name: Build module
shell: sh
run: cargo build
run: cargo build --all-features
- name: Run tests
shell: sh
run: cargo test -q --no-fail-fast
run: cargo test -q --all-features --no-fail-fast

0 comments on commit 0145e2d

Please sign in to comment.