Skip to content

Commit

Permalink
chore: just run cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 23, 2024
1 parent c5b87d9 commit 2467ce5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ jobs:
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
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 test
benchmark:
name: Benchmark
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2467ce5

Please sign in to comment.