Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions .github/workflows/der.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,19 +172,18 @@ jobs:
- run: cargo miri test --target ${{ matrix.target }} --no-default-features --lib

# Test WASM using `wasmtime`
# TODO(tarcieri): re-enable when bytecodealliance/actions#21 is resolved
# test-wasm:
# runs-on: ubuntu-latest
# env:
# CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime"
# steps:
# - uses: actions/checkout@v6
# - uses: bytecodealliance/actions/wasmtime/setup@v1
# - uses: dtolnay/rust-toolchain@master
# with:
# toolchain: stable
# targets: wasm32-wasip1
# - run: cargo test --target wasm32-wasip1 --no-default-features
# - run: cargo test --target wasm32-wasip1
# - run: cargo test --target wasm32-wasip1 --all-features
# - run: cargo test --target wasm32-wasip1 --all-features --release
test-wasm:
runs-on: ubuntu-latest
env:
CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime"
steps:
- uses: actions/checkout@v6
- uses: bytecodealliance/actions/wasmtime/setup@v1
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
targets: wasm32-wasip1
- run: cargo test --target wasm32-wasip1 --no-default-features
- run: cargo test --target wasm32-wasip1
- run: cargo test --target wasm32-wasip1 --all-features
- run: cargo test --target wasm32-wasip1 --all-features --release