Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiast committed Jan 22, 2025
1 parent 4ebc7ef commit eda45f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
-A clippy::too_many_arguments
- name: Assert Cargo.lock unchanged
run: .github/assert_cargo_lock_unchanged.bash
- name: Install wasm32-wasi
run: rustup target add wasm32-wasi
# - name: Install wasm32-wasi
# run: rustup target add wasm32-wasi
- name: Install deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Build WASM
run: ./scripts/build_wasm_tests.bash
# - name: Build WASM
# run: ./scripts/build_wasm_tests.bash
- name: Build tests
run: cargo test --quiet --no-run
- name: Run tests
Expand Down

0 comments on commit eda45f8

Please sign in to comment.