forked from TrueCloudLab/certificates
Test with CGO enabled
This commit is contained in:
parent
1d2146166b
commit
97c8cd10cd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -119,7 +119,7 @@ generate:
|
|||
# Test
|
||||
#########################################
|
||||
test:
|
||||
$Q $(GOFLAGS) go test -short -coverprofile=coverage.out ./...
|
||||
$Q go test -short -coverprofile=coverage.out ./...
|
||||
|
||||
.PHONY: test
|
||||
|
||||
|
|
Loading…
Reference in a new issue