Install nextest

This commit is contained in:
Agus Zubiaga 2025-08-07 12:02:51 -03:00
parent 49ef4b5024
commit 5db22c9440

View file

@ -104,6 +104,11 @@ jobs:
shell: bash -euxo pipefail {0}
run: script/clear-target-dir-if-larger-than 100
- name: Install nextest
shell: bash -euxo pipefail {0}
run: |
cargo install cargo-nextest --locked
- name: Run E2E tests
shell: bash -euxo pipefail {0}
run: |