Build Zed
This commit is contained in:
parent
2ecb5b2ff6
commit
5de2c28f75
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
|
@ -109,6 +109,11 @@ jobs:
|
|||
run: |
|
||||
cargo install cargo-nextest --locked
|
||||
|
||||
- name: Build Zed
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: |
|
||||
cargo build
|
||||
|
||||
- name: Run E2E tests
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue