We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64ec90 commit 0c1df5fCopy full SHA for 0c1df5f
.github/workflows/main.yml
@@ -47,6 +47,8 @@ jobs:
47
matrix.os == 'windows-latest' &&
48
matrix.rust == 'nightly'
49
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
52
53
WASM:
54
runs-on: ubuntu-latest
0 commit comments