Skip to content

Commit

Permalink
fix ci (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
juchiast authored Jan 23, 2025
1 parent 3f0bd77 commit eb4cd27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'no-test') }}
name: Unit test
runs-on: self-hosted
permissions:
checks: write
steps:
- uses: actions-rs/toolchain@v1
with:
Expand All @@ -31,14 +33,10 @@ 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 deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
# - 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 eb4cd27

Please sign in to comment.