Skip to content

Commit

Permalink
chore(ci): Use cargo-nextest to speedup test (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Nov 30, 2024
1 parent a7030a7 commit 3ad90f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,13 @@ jobs:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v2
- uses: taiki-e/install-action@protoc
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-nextest
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace --all-features
- run: cargo nextest run --workspace --all-features
env:
QUICKCHECK_TESTS: 1000 # run a lot of quickcheck iterations
- run: cargo hack --no-private test --doc --all-features

interop:
name: Interop Tests
Expand Down

0 comments on commit 3ad90f6

Please sign in to comment.