Skip to content

Commit 5de2c28

Browse files
committed
Build Zed
1 parent 2ecb5b2 commit 5de2c28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/agent_servers_e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ jobs:
109109
run: |
110110
cargo install cargo-nextest --locked
111111
112+
- name: Build Zed
113+
shell: bash -euxo pipefail {0}
114+
run: |
115+
cargo build
116+
112117
- name: Run E2E tests
113118
shell: bash -euxo pipefail {0}
114119
run: |

0 commit comments

Comments
 (0)