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 551248b commit 5f27a73Copy full SHA for 5f27a73
.github/workflows/tests.yml
@@ -90,7 +90,7 @@ jobs:
90
with:
91
toolchain: stable
92
profile: minimal
93
- components: clippy
+ override: true
94
target: wasm32-unknown-unknown
95
96
- name: Install wasm-pack
@@ -115,6 +115,13 @@ jobs:
115
cd crates/net
116
wasm-pack test --chrome --firefox --headless --all-features
117
118
+ - uses: actions-rs/toolchain@v1
119
+ with:
120
+ toolchain: stable
121
+ profile: minimal
122
123
+ target: wasm32-unknown-unknown
124
+
125
- name: Run native tests
126
env:
127
HTTPBIN_URL: "http://localhost:8080"
0 commit comments