We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c0f40 commit 8685ef8Copy full SHA for 8685ef8
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: dtolnay/rust-toolchain@stable
21
with:
22
- targets: "wasm32-wasi"
+ targets: "wasm32-wasip1"
23
# We have to run these separately so we can deactivate a feature for one of the tests
24
- name: Run client tests
25
working-directory: ./crates/wasm-pkg-client
@@ -30,4 +30,4 @@ jobs:
30
- name: Run other tests
31
run: cargo test --workspace --exclude wasm-pkg-client --exclude wkg
32
- name: Run cargo clippy
33
- run: cargo clippy --all --workspace
+ run: cargo clippy --all --workspace
0 commit comments