Skip to content

Commit ad80cda

Browse files
committed
See if postgres is running
1 parent cf3bf2b commit ad80cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156

157157
- name: Connect to PostgreSQL
158158
run: |
159+
pgrep -u postgres -fa -- -D
159160
cargo build --bin site --release
160161
timeout 5s cargo run --bin site --release 'postgresql://postgres:postgres@localhost:5432/rustcperf' 2>&1 | tee -a log
161162
grep -Fxq "Loading complete but no data identified" log

0 commit comments

Comments
 (0)