Skip to content

Commit 93fb9bb

Browse files
committed
ci: --race
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 710e127 commit 93fb9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1818
with:
1919
go-version-file: go.mod
20-
- run: go test -v ./...
20+
- run: go test -v -race ./...

0 commit comments

Comments
 (0)