mirror of
https://github.com/redlib-org/redlib.git
synced 2026-06-11 12:44:16 -04:00
Update test runner to cargo nextest run
This commit is contained in:
8
.github/workflows/pull-request.yml
vendored
8
.github/workflows/pull-request.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: Pull Request
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
NEXTEST_RETRIES: 10
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user