We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c1630 commit 90a301cCopy full SHA for 90a301c
1 file changed
.github/workflows/release.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Rust tests
29
run: cargo test
30
31
+ - name: Build aft binary (needed for e2e tests)
32
+ run: cargo build -p agent-file-tools
33
+
34
- name: Install JS dependencies
35
run: bun install
36
0 commit comments