Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit a675396

Browse files
committed
properly exclude stacktests in make test
should have been part of #830
1 parent 63c4e5d commit a675396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default:
33
$(MAKE) all
44
test:
5-
CGO_ENABLED=1 go test -v -race $(shell go list ./... | grep -v /vendor/ | grep -v chaos)
5+
CGO_ENABLED=1 go test -v -race $(shell go list ./... | grep -v /vendor/ | grep -v stacktest)
66
check:
77
$(MAKE) test
88
bin:

0 commit comments

Comments
 (0)