ci: Fix nextest installation

Took 14 minutes
This commit is contained in:
Diana Carvalho
2025-06-20 11:50:54 +01:00
parent 1a7f29e69d
commit f7b89bcc59

View File

@@ -72,7 +72,9 @@ jobs:
cache-on-failure: true
- name: Install latest nextest release
uses: taiki-e/install-action@b239071b2aedda3db20530301c2d88cd538e90d3
uses: taiki-e/install-action@v2
with:
tool: nextest@0.9.98
- name: Test
run: cargo nextest run --workspace --lib --all-targets && cargo test --doc