Skip to content

Commit baa1cde

Browse files
authored
chore: run tests with race checks (#19)
1 parent 1f2ccf4 commit baa1cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies and run tests
3333
run: |
3434
go mod download
35-
go test -v ./... -coverpkg=./... -short -coverprofile=unit_coverage.out
35+
go test -v -race -covermode=atomic ./... -coverpkg=./... -short -coverprofile=unit_coverage.out
3636
3737
- name: Archive code coverage results
3838
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)