Skip to content

Commit 89a3ca7

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
persist-credentials: false
168168

169169
# Remove the Android SDK to free up space
170-
- run: sudo rm -rf /usr/local/lib/android
170+
# - run: sudo rm -rf /usr/local/lib/android
171171

172172
- name: Install Typst
173173
run: |
@@ -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 --package crates_io_og_image
203203
env:
204204
INSTA_UPDATE: new
205205

0 commit comments

Comments
 (0)