Install nextest
This commit is contained in:
parent
49ef4b5024
commit
5db22c9440
1 changed files with 5 additions and 0 deletions
5
.github/workflows/agent_servers_e2e.yml
vendored
5
.github/workflows/agent_servers_e2e.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue