Skip to content

Commit 23cd6a1

Browse files
committed
Test everything
1 parent dd20965 commit 23cd6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ -n ${ARTIFACTS:-} ]]; then
2525
fi
2626

2727
result=0
28-
go test -v -race ${P_FLAG} ${MOD_OPT} ./pkg/builder/... --ginkgo.fail-fast --ginkgo.v ${GINKGO_ARGS} || result=$?
28+
go test -v -race ${P_FLAG} ${MOD_OPT} ./... --ginkgo.fail-fast --ginkgo.v ${GINKGO_ARGS} || result=$?
2929

3030
if [[ -n ${ARTIFACTS:-} ]]; then
3131
mkdir -p ${ARTIFACTS}

0 commit comments

Comments
 (0)