Skip to content

Commit 90a301c

Browse files
committed
ci: add cargo build step before e2e tests
1 parent 08c1630 commit 90a301c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Rust tests
2929
run: cargo test
3030

31+
- name: Build aft binary (needed for e2e tests)
32+
run: cargo build -p agent-file-tools
33+
3134
- name: Install JS dependencies
3235
run: bun install
3336

0 commit comments

Comments
 (0)