Skip to content

Commit 85de495

Browse files
committed
test std features on ci
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 65088b8 commit 85de495

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
command: check
4141
args: --features unstable --all --benches --bins --examples --tests
4242

43+
- name: check std only
44+
uses: actions-rs/cargo@v1
45+
with:
46+
command: check
47+
args: --no-default-features --features std
48+
4349
- name: tests
4450
uses: actions-rs/cargo@v1
4551
with:

0 commit comments

Comments
 (0)