We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6107308 commit 321ab90Copy full SHA for 321ab90
.github/workflows/ci.yml
@@ -64,12 +64,12 @@ jobs:
64
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' && github.repository == 'async-rs/futures-timer'
65
66
check_wasm:
67
- name: Check WASM
+ name: Check Wasm
68
needs: [test]
69
runs-on: ubuntu-latest
70
steps:
71
- uses: actions/checkout@master
72
- - name: Install Rust
+ - name: Install Rust and add wasm target
73
run: rustup update stable && rustup target add wasm32-unknown-unknown
74
- name: cargo test
75
run: cargo test --target wasm32-unknown-unknown --features wasm-bindgen
0 commit comments