mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-20 13:59:15 +00:00
Update test runner to cargo nextest run
This commit is contained in:
parent
6d97f4c8dd
commit
c2e650b03b
1 changed files with 6 additions and 2 deletions
8
.github/workflows/pull-request.yml
vendored
8
.github/workflows/pull-request.yml
vendored
|
@ -1,5 +1,9 @@
|
||||||
name: Pull Request
|
name: Pull Request
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
NEXTEST_RETRIES: 10
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -24,8 +28,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|
||||||
- name: Run cargo test
|
- name: Run cargo nextest run
|
||||||
run: cargo test
|
uses: taiki-e/install-action@nextest
|
||||||
|
|
||||||
format:
|
format:
|
||||||
name: cargo fmt --all -- --check
|
name: cargo fmt --all -- --check
|
||||||
|
|
Loading…
Add table
Reference in a new issue