diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ BIN_LINUX_AMD64 := _bin/linux_amd64 all: test check test: - go test -race -p=1 ./... + CGO_ENABLED=1 go test -race -p=1 ./... check: golangci-lint run ./... |
