Skip to content

Commit

Permalink
Test no_std support
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Feb 17, 2022
1 parent 8446ca5 commit 6853f7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features

WASM:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6853f7f

Please sign in to comment.