Skip to content

Commit 321ab90

Browse files
committed
small change to ci
1 parent 6107308 commit 321ab90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' && github.repository == 'async-rs/futures-timer'
6565

6666
check_wasm:
67-
name: Check WASM
67+
name: Check Wasm
6868
needs: [test]
6969
runs-on: ubuntu-latest
7070
steps:
7171
- uses: actions/checkout@master
72-
- name: Install Rust
72+
- name: Install Rust and add wasm target
7373
run: rustup update stable && rustup target add wasm32-unknown-unknown
7474
- name: cargo test
7575
run: cargo test --target wasm32-unknown-unknown --features wasm-bindgen

0 commit comments

Comments
 (0)