We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6dce0 commit 6308883Copy full SHA for 6308883
scripts/tests/run-regression.sh
@@ -10,9 +10,9 @@ export AOC_REGRESSION_ENABLED=true
10
11
REGRESSION_TESTS_PKG=$(go list -m)/tests
12
13
-GOTEST="go test "
+GOTEST="go test -v"
14
if command -v "gotestsum" &>/dev/null; then
15
- GOTEST="gotestsum --format pkgname --"
+ GOTEST="gotestsum --format testname --"
16
fi
17
18
${GOTEST} -race "${REGRESSION_TESTS_PKG}"
0 commit comments