Skip to content

Commit d0a05d1

Browse files
committed
CI: Temporarily only test the og_image crate
1 parent 26f76bc commit d0a05d1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 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: |
@@ -187,12 +187,11 @@ jobs:
187187
save-if: ${{ github.ref == 'refs/heads/main' }}
188188

189189
# Update `pg_dump` to the same version as the running PostgreSQL server
190-
- run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v ${POSTGRES_VERSION} -i -p
191-
- run: sudo systemctl start postgresql.service
192-
- run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
190+
# - run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v ${POSTGRES_VERSION} -i -p
191+
# - run: sudo systemctl start postgresql.service
192+
# - run: sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'postgres'"
193193

194-
- run: cargo build --tests --workspace
195-
- run: cargo test --workspace
194+
- run: cargo test --package crates_io_og_image
196195
env:
197196
TYPST_FONT_PATH: Fira-4.202/otf
198197

0 commit comments

Comments
 (0)