Skip to content

Commit

Permalink
ci: enable race detection for tests (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Mar 1, 2024
1 parent 1500647 commit 515662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ format: mod-tidy
go fmt ./...

test:
go test -v ./...
go test -v -race ./...

swagger:
swag f -g internal/api/api.go
Expand Down

0 comments on commit 515662b

Please sign in to comment.