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:
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
You can’t perform that action at this time.
0 commit comments