Skip to content

Commit

Permalink
proving pgtap/trsp/trsp/edge_cases/compare_dijkstra.pg on clang CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 31, 2024
1 parent 4175f00 commit 81ebb3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,9 @@ jobs:
sudo -u postgres psql -p ${PGPORT} -c "CREATE ROLE \"${PG_RUNNER_USER}\" WITH LOGIN SUPERUSER;"
sudo -u postgres psql -p ${PGPORT} -c "CREATE DATABASE \"${PG_RUNNER_USER}\";"
psql -c "CREATE DATABASE ___pgr___test___;"
pushd tools/testers/
bash setup_db.sh "${PG_RUNNER_USER}" "${PGPORT}"
popd
pg_prove -q --normalize --directives --recurse -p "${PGPORT}" -d "${PGDATABASE}" -U "${PG_RUNNER_USER}" "pgtap/trsp/trsp/edge_cases/compare_dijkstra.pg"
bash ./tools/testers/pg_prove_tests.sh ${PG_RUNNER_USER} ${PGPORT} Release
psql -c "DROP DATABASE IF EXISTS ___pgr___test___;"

0 comments on commit 81ebb3d

Please sign in to comment.