Skip to content

Commit

Permalink
chore: remove slower cargo test job
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Dec 27, 2024
1 parent 9ba5af5 commit 17e19c3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,6 @@ jobs:
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: cd playground && pnpm playwright install
- run: pnpm run ci
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@nextest
- name: Run tests
run: cargo nextest run --locked --release
- name: Check for diffs
run: git diff --quiet || exit 1
test-cargo:
name: Cargo test
runs-on: ubuntu-latest
Expand All @@ -100,6 +88,8 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: Run tests
run: cargo test
- name: Check for diffs
run: git diff --quiet || exit 1
benchmark:
name: Benchmark
runs-on: ubuntu-latest
Expand Down

0 comments on commit 17e19c3

Please sign in to comment.