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