Skip to content

Commit 7df6bfc

Browse files
committed
refactor: remove building binary step from test workflow
1 parent 4a5d4a2 commit 7df6bfc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,3 @@ jobs:
3333
make testrace
3434
env:
3535
GO111MODULE: on
36-
37-
- name: Build binaries
38-
run: |
39-
cd cmds
40-
make
41-
env:
42-
GO111MODULE: on

0 commit comments

Comments
 (0)