Skip to content

Commit

Permalink
Fix wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 28, 2024
1 parent 8a2057a commit a129482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: |
cargo test ${{ matrix.features }} --target ${{ matrix.target }}
- name: Check wasm
if: matrix.target == 'wasm32-unknown-unknown'
if: matrix.target == 'wasm32-unknown-emscripten'
run: |
cargo check ${{ matrix.features }} --target ${{ matrix.target }}
env:
Expand Down

0 comments on commit a129482

Please sign in to comment.