Skip to content

Commit

Permalink
Enable data race detection flag in test command
Browse files Browse the repository at this point in the history
  • Loading branch information
alesr committed Jul 9, 2023
1 parent 794a9fd commit 8489478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks:
test-run:
summary: Runs tests, must have dependencies running in the docker-compose
cmds:
- cmd: go test -timeout 2m -cover -coverprofile=coverage.txt -covermode=atomic ./...
- cmd: go test -race -timeout 2m -cover -coverprofile=coverage.txt -covermode=atomic ./...
vars:
PG_PQ_HOST:
sh: docker-compose port pg-pq 5432
Expand Down

0 comments on commit 8489478

Please sign in to comment.