Skip to content

Commit

Permalink
Update test runner to cargo nextest run
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Dec 31, 2023
1 parent 6d97f4c commit c2e650b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Pull Request

env:
CARGO_TERM_COLOR: always
NEXTEST_RETRIES: 10

on:
push:
branches:
Expand All @@ -24,8 +28,8 @@ jobs:
with:
toolchain: stable

- name: Run cargo test
run: cargo test
- name: Run cargo nextest run
uses: taiki-e/install-action@nextest

format:
name: cargo fmt --all -- --check
Expand Down

0 comments on commit c2e650b

Please sign in to comment.