Skip to content

Commit cf49af2

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
test: fix github action failure
1 parent 5281cfb commit cf49af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo dpkg -i packages-microsoft-prod.deb
2626
sudo apt-get update
2727
sudo apt-get install blobfuse
28-
make verify
28+
go test -covermode=count -coverprofile=profile.cov ./pkg/...
2929
3030
- name: Run build test
3131
run: |

0 commit comments

Comments
 (0)