Skip to content

Commit

Permalink
test: reproduce issue on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonas Koivunen committed Apr 26, 2022
1 parent dcd0219 commit 48afca5
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 @@ -44,6 +44,11 @@ jobs:
with:
command: test
args: --verbose --all-features
- name: Run tests (without bitvec)
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --no-default-features --features derive

no-std:
name: Check no-std compatibility
Expand Down

0 comments on commit 48afca5

Please sign in to comment.