Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: "wasm32-wasi"
targets: "wasm32-wasip1"
# We have to run these separately so we can deactivate a feature for one of the tests
- name: Run client tests
working-directory: ./crates/wasm-pkg-client
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Run other tests
run: cargo test --workspace --exclude wasm-pkg-client --exclude wkg
- name: Run cargo clippy
run: cargo clippy --all --workspace
run: cargo clippy --all --workspace
Loading