Skip to content

Commit 5f27a73

Browse files
committed
Actually run CI part 2
1 parent 551248b commit 5f27a73

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
toolchain: stable
9292
profile: minimal
93-
components: clippy
93+
override: true
9494
target: wasm32-unknown-unknown
9595

9696
- name: Install wasm-pack
@@ -115,6 +115,13 @@ jobs:
115115
cd crates/net
116116
wasm-pack test --chrome --firefox --headless --all-features
117117
118+
- uses: actions-rs/toolchain@v1
119+
with:
120+
toolchain: stable
121+
profile: minimal
122+
override: true
123+
target: wasm32-unknown-unknown
124+
118125
- name: Run native tests
119126
env:
120127
HTTPBIN_URL: "http://localhost:8080"

0 commit comments

Comments
 (0)