Skip to content

Commit

Permalink
test: fix github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored and k8s-infra-cherrypick-robot committed Oct 11, 2023
1 parent b71c989 commit d634a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install blobfuse
make verify
go test -covermode=count -coverprofile=profile.cov ./pkg/...
- name: Run build test
run: |
Expand Down

0 comments on commit d634a33

Please sign in to comment.