Skip to content

Commit 206d755

Browse files
committed
ci: test with -race
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent c5a3b65 commit 206d755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
go install github.com/containerd/ltag@latest \
3535
&& ./scripts/validate/fileheader
3636
- name: Test
37-
run: go test -v ./...
37+
run: go test -race -v ./...

0 commit comments

Comments
 (0)