[go: nahoru, domu]

Skip to content

Commit

Permalink
Test no_std support on github actions
Browse files Browse the repository at this point in the history
This will ensure we never regress ;)
  • Loading branch information
Techcable committed Feb 7, 2022
1 parent 6740614 commit 874db3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:
with:
command: test
args: --all --all-features
- uses: actions-rs/cargo@v1
with:
command: test
# Test no_std support
args: -p rmp --no-default-features

0 comments on commit 874db3e

Please sign in to comment.