Skip to content

Commit 0c1df5f

Browse files
committed
Test no_std support in CI
1 parent c64ec90 commit 0c1df5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
matrix.os == 'windows-latest' &&
4848
matrix.rust == 'nightly'
4949
run: cargo test --test debugger_visualizer --features "url/serde,url/debugger_visualizer" -- --test-threads=1
50+
- name: Test `no_std` support
51+
run: cargo test --no-default-features --features=alloc
5052

5153
WASM:
5254
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)