don't cache e2e tests

This commit is contained in:
Benjamin Elder 2025-07-14 15:04:12 -07:00
parent aeeab7d3c9
commit 2a3fa6bcf7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ cd "${REPO_ROOT}"
(
set -x;
"${REPO_ROOT}/bin/gotestsum" --junitfile="${REPO_ROOT}/bin/e2e-junit.xml" \
-- '-run' '^TestE2E' './cmd/archeio/internal/e2e'
-- '-run' '^TestE2E' '-count=1' './cmd/archeio/internal/e2e'
)
# if we are in CI, copy to the artifact upload location