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:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
- name: Run cargo nextest run
|
- name: Install cargo-nextest
|
||||||
uses: taiki-e/install-action@nextest
|
uses: taiki-e/install-action@nextest
|
||||||
|
|
||||||
|
- name: Run cargo nextest
|
||||||
|
run: cargo nextest run
|
||||||
|
|
||||||
format:
|
format:
|
||||||
name: cargo fmt --all -- --check
|
name: cargo fmt --all -- --check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user