Skip to content

Commit 6308883

Browse files
committed
chore: Update regression script
1 parent be6dce0 commit 6308883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tests/run-regression.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export AOC_REGRESSION_ENABLED=true
1010

1111
REGRESSION_TESTS_PKG=$(go list -m)/tests
1212

13-
GOTEST="go test "
13+
GOTEST="go test -v"
1414
if command -v "gotestsum" &>/dev/null; then
15-
GOTEST="gotestsum --format pkgname --"
15+
GOTEST="gotestsum --format testname --"
1616
fi
1717

1818
${GOTEST} -race "${REGRESSION_TESTS_PKG}"

0 commit comments

Comments
 (0)