Build Zed

This commit is contained in:
Agus Zubiaga 2025-08-07 14:59:45 -03:00
parent 2ecb5b2ff6
commit 5de2c28f75

View file

@ -109,6 +109,11 @@ jobs:
run: | run: |
cargo install cargo-nextest --locked cargo install cargo-nextest --locked
- name: Build Zed
shell: bash -euxo pipefail {0}
run: |
cargo build
- name: Run E2E tests - name: Run E2E tests
shell: bash -euxo pipefail {0} shell: bash -euxo pipefail {0}
run: | run: |