Skip to content

Commit

Permalink
Update CI workflows for no std
Browse files Browse the repository at this point in the history
  • Loading branch information
kirk-baird committed May 30, 2024
1 parent ec7604f commit 598a5ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
command: test
args: --features serde

- name: Test no default features
uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features

- name: Test benchmarks
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 598a5ba

Please sign in to comment.