We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a040bd commit d01279bCopy full SHA for d01279b
1 file changed
.github/workflows/go.yml
@@ -58,7 +58,7 @@ jobs:
58
go vet $(go list ./... | grep -v /cvm-runtime/)
59
60
- name: Build
61
- run: make clean && make all
+ run: make all
62
63
- name: CodeCov
64
run: |
0 commit comments