Skip to content

Commit 03515b4

Browse files
Remove binary build from cli workflow yml
1 parent 48a5d4a commit 03515b4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/cli-output-compatibility.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: go mod download
2626

27-
- name: Build brev binary
28-
run: make fast-build
29-
3027
- name: Run CLI output compatibility tests
3128
run: go test -v ./pkg/integration/
3229

@@ -51,4 +48,4 @@ jobs:
5148
run: |
5249
echo "✅ CLI Output Compatibility Tests Passed"
5350
echo "No breaking changes detected for external integrations."
54-
51+

0 commit comments

Comments
 (0)