ci: install Nextest for the test job (because I accidentally deleted it)

This commit is contained in:
J / Jacob Babich
2024-10-04 18:09:10 -04:00
parent 839f219469
commit 12107daf6b

View File

@@ -135,6 +135,9 @@ jobs:
with: with:
targets: ${{ matrix.supporteds.target }} targets: ${{ matrix.supporteds.target }}
- name: Install Nextest
uses: taiki-e/install-action@cargo-nextest
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: Test - name: Test