Skip to content

Commit 6853f7f

Browse files
committed
Test no_std support
1 parent 8446ca5 commit 6853f7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
with:
4343
command: test
4444
args: --all-features
45+
- uses: actions-rs/cargo@v1
46+
with:
47+
command: test
48+
args: --no-default-features
4549

4650
WASM:
4751
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)