ci: make the test job use the latest cache channel

This commit is contained in:
J / Jacob Babich
2024-10-07 00:59:59 -04:00
parent 7e1bd57b98
commit d80d43d330

View File

@@ -173,6 +173,9 @@ jobs:
uses: taiki-e/install-action@cargo-nextest
- uses: Swatinem/rust-cache@v2
with:
shared-key: ${{ matrix.supporteds.target }}-latest
cache-on-failure: "true"
- name: Test
run: cargo nextest run --target ${{ matrix.supporteds.target }}