Skip to content

Commit 0a5ca75

Browse files
authored
Merge pull request #172 from blinklabs-io/ci/race-detection
ci: enable race detection for tests
2 parents 7831e5b + f747391 commit 0a5ca75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ swagger:
3333
swag i -g api.go -d api,output
3434

3535
test: mod-tidy
36-
go test -v ./...
36+
go test -v -race ./...
3737

3838
# Build our program binaries
3939
# Depends on GO_FILES to determine when rebuild is needed

0 commit comments

Comments
 (0)