Skip to content

Commit

Permalink
Merge pull request #208 from GreenmaskIO/fix/integration_tests_cache_…
Browse files Browse the repository at this point in the history
…reset

Fix: wipe integration tests cache before running
  • Loading branch information
wwoytenko authored Oct 8, 2024
2 parents d166154 + 94249bf commit 4a1fa96
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 4a1fa96

Please sign in to comment.