Skip to content

Commit f747391

Browse files
committed
ci: enable race detection for tests
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 7831e5b commit f747391

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)