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 19, 2022
1 parent 422a260 commit 81ee074
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
# --no-default-features only available since 1.51.0
if: matrix.rust != '1.45.0'
with:
command: test
args: --no-default-features

WASM:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 81ee074

Please sign in to comment.