File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
persist-credentials : false
168
168
169
169
# 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
171
171
172
172
- name : Install Typst
173
173
run : |
@@ -194,12 +194,12 @@ jobs:
194
194
save-if : ${{ github.ref == 'refs/heads/main' }}
195
195
196
196
# 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
203
203
env :
204
204
INSTA_UPDATE : new
205
205
You can’t perform that action at this time.
0 commit comments