Update test runner to *run* cargo nextest run
This commit is contained in:
parent
c2e650b03b
commit
3145a6286b
5
.github/workflows/pull-request.yml
vendored
5
.github/workflows/pull-request.yml
vendored
@ -28,9 +28,12 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Run cargo nextest run
|
||||
- name: Install cargo-nextest
|
||||
uses: taiki-e/install-action@nextest
|
||||
|
||||
- name: Run cargo nextest
|
||||
run: cargo nextest run
|
||||
|
||||
format:
|
||||
name: cargo fmt --all -- --check
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user