Skip to content

Commit f49ace6

Browse files
committed
ci: Add no-std check
1 parent b94d1fd commit f49ace6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
command: check
4242
args: --features unstable --all --bins --examples --tests
43+
4344
- name: check bench
4445
uses: actions-rs/cargo@v1
4546
if: matrix.rust == 'nightly'
@@ -53,6 +54,12 @@ jobs:
5354
command: check
5455
args: --no-default-features --features std
5556

57+
- name: check no_std
58+
uses: actions-rs/cargo@v1
59+
with:
60+
command: check
61+
args: --no-default-features --features no-std
62+
5663
- name: check attributes
5764
uses: actions-rs/cargo@v1
5865
with:

0 commit comments

Comments
 (0)