Skip to content

Commit

Permalink
Revert "don't include test utilities in build"
Browse files Browse the repository at this point in the history
This reverts commit b41ba5e.
  • Loading branch information
lantoli committed Dec 17, 2023
1 parent b41ba5e commit cc90022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TEST?=$$(go list ./... | grep -v '/integrationtesting\|/internal/testutil')
TEST?=$$(go list ./... | grep -v /integrationtesting)
ACCTEST_TIMEOUT?=300m
PARALLEL_GO_TEST?=20
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
Expand Down

0 comments on commit cc90022

Please sign in to comment.