Skip to content

Commit

Permalink
rust.yml comment job_test_wasm
Browse files Browse the repository at this point in the history
Fails due to Issue #171
  • Loading branch information
jtmoon79 committed Nov 5, 2023
1 parent b5a2ab6 commit da6f91f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,19 +259,20 @@ jobs:
cross --version
cross check --lib --bins --target ${{ matrix.target }}
job_test_wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
channel: ${{ env.MSRV_UPLOAD }}
bins: cargo-wasi
targets: wasm32-wasi
- uses: mwilliamson/setup-wasmtime-action@v2
with:
wasmtime-version: "12.0.1"
- run: cargo wasi test --color=always -- --color=always
# fails due to uapi; see Issue #171
#job_test_wasm:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: moonrepo/setup-rust@v1
# with:
# channel: ${{ env.MSRV_UPLOAD }}
# bins: cargo-wasi
# targets: wasm32-wasi
# - uses: mwilliamson/setup-wasmtime-action@v2
# with:
# wasmtime-version: "12.0.1"
# - run: cargo wasi test --color=always -- --color=always

job_check:
# this job downloads and builds dependency crates
Expand Down

0 comments on commit da6f91f

Please sign in to comment.