Skip to content

Commit

Permalink
chore: Update regression script
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Dec 12, 2021
1 parent be6dce0 commit 6308883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tests/run-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export AOC_REGRESSION_ENABLED=true

REGRESSION_TESTS_PKG=$(go list -m)/tests

GOTEST="go test "
GOTEST="go test -v"
if command -v "gotestsum" &>/dev/null; then
GOTEST="gotestsum --format pkgname --"
GOTEST="gotestsum --format testname --"
fi

${GOTEST} -race "${REGRESSION_TESTS_PKG}"
Expand Down

0 comments on commit 6308883

Please sign in to comment.