Skip to content

Commit d01279b

Browse files
committed
build yml fix
1 parent 8a040bd commit d01279b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
go vet $(go list ./... | grep -v /cvm-runtime/)
5959
6060
- name: Build
61-
run: make clean && make all
61+
run: make all
6262

6363
- name: CodeCov
6464
run: |

0 commit comments

Comments
 (0)