Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Sep 6, 2020
1 parent 9d40cd4 commit a922d6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ jobs:
go build -a -o _output/azurediskplugin.exe ./pkg/azurediskplugin
- name: Run Windows Unit Tests
run: |
go test -v -race ./pkg/mounter/...
go test -v -race ./pkg/util/...
go test -v -race ./pkg/csi-common/...
go test -v -race ./pkg/...

0 comments on commit a922d6c

Please sign in to comment.