Browse Source

Make CI test all-features

master
Pratyush Mishra 4 years ago
parent
commit
ecee4d7059
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml

@ -82,7 +82,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --all -- --skip dpc --skip integration_test
args: --all --all-features -- --skip dpc --skip integration_test
check_no_std: check_no_std:
name: Check no_std name: Check no_std

Loading…
Cancel
Save