Skip to content

Commit 804a1f7

Browse files
committed
enable sentinel, they are expected to fail
1 parent 140b88d commit 804a1f7

File tree

5 files changed

+4
-6202
lines changed

5 files changed

+4
-6202
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test.ci:
1717
(cd "$${dir}" && \
1818
go mod tidy -compat=1.18 && \
1919
go vet && \
20-
go test -coverprofile=coverage.txt -covermode=atomic ./... -race); \
20+
go test -coverprofile=coverage.txt -covermode=atomic ./... -race -skip Example*); \
2121
done
2222
cd internal/customvet && go build .
2323
go vet -vettool ./internal/customvet/customvet

0 commit comments

Comments
 (0)