We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a3b65 commit 206d755Copy full SHA for 206d755
1 file changed
.github/workflows/ci.yaml
@@ -34,4 +34,4 @@ jobs:
34
go install github.com/containerd/ltag@latest \
35
&& ./scripts/validate/fileheader
36
- name: Test
37
- run: go test -v ./...
+ run: go test -race -v ./...
0 commit comments