Skip to content

Commit

Permalink
Use nextest for running test in CI (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Oct 30, 2023
1 parent 544e666 commit 1c0f9ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
- uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install nextest test runner
uses: taiki-e/install-action@nextest
- run: |
cargo test --all-features
cargo nextest run --all-features
ensure-wasm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c0f9ec

Please sign in to comment.