Skip to content

Commit

Permalink
Add rust-src component
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 18, 2024
1 parent 991de27 commit f39f082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
include:
- toolchain: stable
- toolchain: nightly
components: rust-src
cargoflags: -Z build-std=panic_abort,std --features web_spin_lock
rustflags: -C target-feature=+atomics,+bulk-memory,+mutable-globals
env:
Expand All @@ -80,6 +81,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
components: ${{ matrix.components }}
targets: wasm32-unknown-unknown
- uses: jetli/[email protected]
- run: wasm-pack test --chrome --headless -- --verbose ${{ matrix.cargoflags }}
Expand Down

0 comments on commit f39f082

Please sign in to comment.