Skip to content

Commit

Permalink
Makefile and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh-dell committed Sep 19, 2024
1 parent 9c83680 commit 7c35510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test:
go clean -cache
go test -race -v -coverprofile=c.out ./pkg/scsi ./pkg/multipath .
go test -race -v -coverprofile=c.out .

check:
gofmt -w ./.
Expand Down

0 comments on commit 7c35510

Please sign in to comment.