Skip to content

Commit

Permalink
Use pre-built std for wasip2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Sep 18, 2024
1 parent c00eb60 commit 4c62ab5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ jobs:
with:
toolchain: nightly # TODO: Use 1.82 after it's released
targets: wasm32-wasip2
components: rust-src
- name: Install precompiled wasmtime
run: |
VERSION=v24.0.0
Expand All @@ -309,7 +308,7 @@ jobs:
wasmtime --version
- uses: Swatinem/rust-cache@v2
# Without enabled optimizations tests cause stack overflow in Wasmtime
- run: cargo test --release -Zbuild-std=std,panic_abort --target wasm32-wasip2
- run: cargo test --target wasm32-wasip2

build-tier2:
name: Tier 2 Build
Expand Down

0 comments on commit 4c62ab5

Please sign in to comment.