Skip to content

Commit 81ee074

Browse files
committed
Test no_std support
1 parent 422a260 commit 81ee074

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
with:
4343
command: test
4444
args: --all-features
45+
- uses: actions-rs/cargo@v1
46+
# --no-default-features only available since 1.51.0
47+
if: matrix.rust != '1.45.0'
48+
with:
49+
command: test
50+
args: --no-default-features
4551

4652
WASM:
4753
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)