mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Update test runner to *run* cargo nextest run
This commit is contained in:
parent
c2e650b03b
commit
3145a6286b
1 changed files with 4 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue