Skip to content

Commit

Permalink
ci: run WASI tasks using latest Rust
Browse files Browse the repository at this point in the history
This should let CI to pass.
  • Loading branch information
carllerche committed Jan 3, 2023
1 parent 9f98535 commit 763bdc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust ${{ env.rust_stable }}
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.rust_stable }}
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1

Expand All @@ -481,3 +481,5 @@ jobs:
# TODO: this should become: `cargo hack wasi test --each-feature`
run: cargo wasi test --test rt_yield --features wasi-rt
working-directory: tests-integration
env:
RUSTFLAGS: ""

0 comments on commit 763bdc9

Please sign in to comment.