mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-25 17:56:49 +00:00
ci: Add no-std check
This commit is contained in:
parent
3d32fd81f4
commit
41f114d9fe
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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…
Reference in a new issue