Skip to content

Commit

Permalink
ci: Add wasm target to relevant jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed May 13, 2024
1 parent 5ba437d commit 4b06884
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown
components: clippy
- name: List version
run: |
cargo --version
Expand All @@ -61,6 +64,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown
- name: List version
run: cargo --version
- name: Build with try-runtime feature
Expand Down Expand Up @@ -93,6 +98,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown
- name: List version
run: cargo --version
- name: Run tests
Expand Down

0 comments on commit 4b06884

Please sign in to comment.