aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-03-06 10:26:33 +0000
committerGitHub <noreply@github.com>2023-03-06 10:26:33 +0000
commit6a70cebb3da9916673a763c0beb716580faa4ff5 (patch)
tree62c6f8a69e1a78b685e319b0d8ada07fefae2181 /Makefile
parent7e345bb5e163a4badefb0c54da3a057dcde50ed6 (diff)
parenteddd209ed525a7814ffc80fc2bcd05eb31d0c23a (diff)
downloadgo-git-6a70cebb3da9916673a763c0beb716580faa4ff5.tar.gz
Merge pull request #701 from pjbgf/build
ci: Bump GitHub actions, enable go test race detection and stop using developer's GPG keys during test execution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d10922f..2acb8bc 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ build-git:
test:
@echo "running against `git version`"; \
- $(GOTEST) ./...
+ $(GOTEST) -race ./...
test-coverage:
@echo "running against `git version`"; \