Skip to content

Commit

Permalink
ci: Add wasm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Nov 23, 2024
1 parent 6159d6c commit 245cc68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- Linux
- Windows
- macOS
- web
include:
- os: Linux
image: ubuntu-latest
Expand All @@ -87,6 +88,9 @@ jobs:
- os: macOS
image: macos-latest
target: aarch64-apple-darwin
- os: web
image: ubuntu-latest
target: wasm32-unknown-unknown
- channel: msrv
rust: ${{ needs.read_msrv.outputs.msrv }}
- channel: stable
Expand Down

0 comments on commit 245cc68

Please sign in to comment.