diff --git a/Makefile b/Makefile index 0eb837c..4ef42b5 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ debug: # Test test: - go test ./... + go test -race ./... tidy: go mod tidy @@ -35,7 +35,7 @@ lintfix: fmt golangci-lint run --fix build: - go build -o gemini-grc ./main.go + go build -race -o gemini-grc ./main.go show-updates: go list -m -u all