Skip to content

Commit

Permalink
example(hostname): add debug log to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
divyenduz committed Oct 22, 2024
1 parent 48453eb commit f41682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pghostname_zig/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extension_drop() {

regression_tests() {
echo "Run regression tests: $EXTENSION_NAME"
zig build pg_regress1 --verbose || cat /home/runner/work/pgzx/pgzx/examples/pghostname_zig/regression.diffs && return 1
zig build pg_regress --verbose || cat /home/runner/work/pgzx/pgzx/examples/pghostname_zig/regression.diffs && return 1
}

unit_tests() {
Expand Down

0 comments on commit f41682a

Please sign in to comment.