Skip to content

Commit

Permalink
switch to nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Feb 12, 2025
1 parent c497e56 commit 61d4c87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,10 @@ jobs:
run: rustup show
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Unit tests
run: cargo test --release --all
run: cargo nextest run
- name: Run sccache stat for check pre test
run: ${SCCACHE_PATH} --show-stats

Expand Down

0 comments on commit 61d4c87

Please sign in to comment.