Skip to content

Commit 0886d18

Browse files
committed
Always return true
1 parent c5ec2c6 commit 0886d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ jobs:
159159
- name: Connect to PostgreSQL
160160
run: |
161161
cargo build --bin site --release
162-
timeout 5s cargo run --bin site --release 'postgresql://postgres:postgres@localhost:5432/postgres' 2>&1 | tee -a log
162+
timeout 5s cargo run --bin site --release 'postgresql://postgres:postgres@localhost:5432/postgres' 2>&1 | tee -a log || true
163163
grep -Fxq "Loading complete but no data identified" log

0 commit comments

Comments
 (0)