Skip to content

Commit

Permalink
Test no_std support in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Feb 21, 2023
1 parent a2845d1 commit 4169865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
matrix.os == 'windows-latest' &&
matrix.rust == 'nightly'
run: cargo test --test debugger_visualizer --features "url/serde,url/debugger_visualizer" -- --test-threads=1
- name: Test `no_std` support
run: cargo test --no-default-features --features=alloc

WASM:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4169865

Please sign in to comment.