Skip to content

Commit aac7eed

Browse files
authored
.github/workflows: remove make build task (already covered in prow test) (#33)
1 parent b30da74 commit aac7eed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- name: Get dependencies
3535
run: go mod download
3636

37-
- name: Build
38-
run: make build
39-
4037
- name: Test
4138
run: make test
4239

0 commit comments

Comments
 (0)