Skip to content

Commit a97d2c9

Browse files
committed
CI: Only run og-image tests for now
1 parent 242692c commit a97d2c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ jobs:
194194
save-if: ${{ github.ref == 'refs/heads/main' }}
195195

196196
# Update `pg_dump` to the same version as the running PostgreSQL server
197-
- run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v ${POSTGRES_VERSION} -i -p
198-
- run: sudo systemctl start postgresql.service
199-
- run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
200-
201-
- run: cargo build --tests --workspace
202-
- run: cargo test --workspace
197+
# - run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v ${POSTGRES_VERSION} -i -p
198+
# - run: sudo systemctl start postgresql.service
199+
# - run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
200+
#
201+
# - run: cargo build --tests --workspace
202+
- run: cargo test --packages crates_io_og_image
203203
env:
204204
INSTA_UPDATE: new
205205

0 commit comments

Comments
 (0)