Skip to content

Commit 41340c0

Browse files
authored
Merge pull request #8 from madflojo/fixing-tests-command
Fixing the tests command option for data race detection
2 parents 0640d42 + 7735358 commit 41340c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: go get -u github.com/mattn/goveralls
2929

3030
- name: Test
31-
run: go test --race -v -covermode=atomic -coverprofile=coverage.out ./...
31+
run: go test -race -v -covermode=atomic -coverprofile=coverage.out ./...
3232

3333
- name: Update Coveralls
3434
env:

0 commit comments

Comments
 (0)