Skip to content

Commit f48ccdd

Browse files
committed
der: disable wasmtime tests
The installer isn't working for some reason: bytecodealliance/actions#21
1 parent 055d258 commit f48ccdd

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/der.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,19 @@ jobs:
172172
- run: cargo miri test --target ${{ matrix.target }} --no-default-features --lib
173173

174174
# Test WASM using `wasmtime`
175-
test-wasm:
176-
runs-on: ubuntu-latest
177-
env:
178-
CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime"
179-
steps:
180-
- uses: actions/checkout@v6
181-
- uses: bytecodealliance/actions/wasmtime/setup@v1
182-
- uses: dtolnay/rust-toolchain@master
183-
with:
184-
toolchain: stable
185-
targets: wasm32-wasip1
186-
- run: cargo test --target wasm32-wasip1 --no-default-features
187-
- run: cargo test --target wasm32-wasip1
188-
- run: cargo test --target wasm32-wasip1 --all-features
189-
- run: cargo test --target wasm32-wasip1 --all-features --release
175+
# TODO(tarcieri): re-enable when bytecodealliance/actions#21 is resolved
176+
# test-wasm:
177+
# runs-on: ubuntu-latest
178+
# env:
179+
# CARGO_TARGET_WASM32_WASIP1_RUNNER: "wasmtime"
180+
# steps:
181+
# - uses: actions/checkout@v6
182+
# - uses: bytecodealliance/actions/wasmtime/setup@v1
183+
# - uses: dtolnay/rust-toolchain@master
184+
# with:
185+
# toolchain: stable
186+
# targets: wasm32-wasip1
187+
# - run: cargo test --target wasm32-wasip1 --no-default-features
188+
# - run: cargo test --target wasm32-wasip1
189+
# - run: cargo test --target wasm32-wasip1 --all-features
190+
# - run: cargo test --target wasm32-wasip1 --all-features --release

0 commit comments

Comments
 (0)