diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82efde1..3265876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 \ No newline at end of file + run: cargo clippy --all --workspace