Skip to content

Commit

Permalink
Enable feature on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 15, 2024
1 parent 53c18ff commit f320d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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
cargoflags: --features web_spin_lock
rustflags: -C target-feature=+atomics,+bulk-memory,+mutable-globals
env:
RUSTFLAGS: ${{ matrix.rustflags }}
Expand All @@ -80,7 +81,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
targets: wasm32-unknown-unknown
- run: cargo build --verbose --target wasm32-unknown-unknown
- run: cargo build --verbose --target wasm32-unknown-unknown ${{ matrix.cargoflags }}

# wasm32-wasi can test the fallback by running in wasmtime.
wasi:
Expand Down

0 comments on commit f320d43

Please sign in to comment.