Skip to content

Commit

Permalink
Fix: wipe integration tests cache before running
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoytenko committed Oct 8, 2024
1 parent d166154 commit 94249bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/integration/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for pg_version in ${PG_VERSIONS_CHECK[@]}; do \n\
echo "URI: ${URI}" \n\
echo "PG_BIN_PATH: ${PG_BIN_PATH}" \n\
echo "### RUN TESTS ###" \n\
go test -v ./tests/integration/... \n\
go clean -testcache && go test -v ./tests/integration/... \n\
if [ $? -eq 0 ]; then \n\
echo "### SUCCESSFUL CHECK COMPATIBILITY WITH POSTGRESQL ${pg_version} ###" \n\
else \n\
Expand Down

0 comments on commit 94249bf

Please sign in to comment.