Skip to content

Commit 750a050

Browse files
Nabil-Salahashraffouda
authored andcommitted
refactor: remove building binary step from test workflow
1 parent c00682e commit 750a050

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)