Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahlstrom committed Jan 15, 2024
1 parent f67d821 commit 07fa0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Build workspace, std
run: cargo build --workspace --verbose --all-targets --features "std"
- name: Run tests, std
run: cargo test --workspace --verbose --all-features --features "std"
run: cargo test --workspace --verbose --features "std"

0 comments on commit 07fa0c8

Please sign in to comment.