ci: Add no-std check

split-by-pattern
k-nasa 5 years ago
parent 3d32fd81f4
commit 41f114d9fe

@ -40,6 +40,7 @@ jobs:
with:
command: check
args: --features unstable --all --bins --examples --tests
- name: check bench
uses: actions-rs/cargo@v1
if: matrix.rust == 'nightly'
@ -53,6 +54,12 @@ jobs:
command: check
args: --no-default-features --features std
- name: check no_std
uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features --features no-std
- name: check attributes
uses: actions-rs/cargo@v1
with:

Loading…
Cancel
Save