Don't use a built container for test postgres

This commit is contained in:
Steven Fackler
2021-10-28 19:08:38 -04:00
parent 0adcf58555
commit 24b01add82
3 changed files with 7 additions and 10 deletions

View File

@@ -50,13 +50,9 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
services:
postgres:
image: sfackler/rust-postgres-test:6
ports:
- 5433:5433
steps:
- uses: actions/checkout@v2
- run: docker compose up -d
- uses: sfackler/actions/rustup@master
with:
version: 1.51.0