Skip to content

Commit

Permalink
Allow postgres connections from local
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Oct 26, 2024
1 parent 4d0502c commit 394ce2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
sudo service postgresql start
sudo -u postgres createuser --superuser --login $USER
createdb $USER
echo "host all all 127.0.0.1/32 trust" >> /etc/postgresql/14/main/pg_hba.conf
- name: Test
run: cargo nextest run

0 comments on commit 394ce2b

Please sign in to comment.