Update test runner to *run* cargo nextest run

This commit is contained in:
Matthew Esposito 2023-12-31 13:26:46 -05:00
parent c2e650b03b
commit 3145a6286b
No known key found for this signature in database

View File

@ -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