Skip to content
Merged
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
26 changes: 13 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,19 +253,19 @@ jobs:
- name: "Run test on i686"
run: cargo test --target i686-unknown-linux-gnu

# WASM:
# name: WASM - stable toolchain
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# # Note we do not use the recent lock file for wasm testing.
# steps:
# - name: "Checkout repo"
# uses: actions/checkout@v4
# - name: "Select toolchain"
# uses: dtolnay/rust-toolchain@stable
# - name: "Run wasm script"
# run: ./contrib/wasm.sh
WASM:
name: WASM - stable toolchain
runs-on: ubuntu-latest
strategy:
fail-fast: false
# Note we do not use the recent lock file for wasm testing.
steps:
- name: "Checkout repo"
uses: actions/checkout@v4
- name: "Select toolchain"
uses: dtolnay/rust-toolchain@stable
- name: "Run wasm script"
run: ./contrib/wasm.sh

NoStd: # 1 job, run no-std test from script.
name: no-std - nightly toolchain
Expand Down
Loading