@@ -213,41 +213,41 @@ jobs:
213
213
- name : Run 'cargo pgrx init' against system-level ${{ matrix.postgres }}
214
214
run : cargo pgrx init --pg$PG_VER /usr/lib/postgresql/$PG_VER/bin/pg_config
215
215
216
- # - name: Run base-level tests
217
- # run: |
218
- # cargo test \
219
- # --features "pg$PG_VER" \
220
- # --package cargo-pgrx \
221
- # --package pgrx \
222
- # --package pgrx-macros \
223
- # --package pgrx-pg-sys \
224
- # --package pgrx-sql-entity-graph
225
-
226
- # - name: Check that cross-compiled pgrx-tests can build
227
- # run: |
228
- # cargo build --tests \
229
- # --features "pg$PG_VER" \
230
- # --package pgrx-tests \
231
- # --target aarch64-unknown-linux-gnu
232
-
233
- # - name: Run pgrx-tests with cshim enabled
234
- # run: |
235
- # cargo test \
236
- # --features "pg$PG_VER cshim proptest" \
237
- # --package pgrx-tests --lib
238
-
239
- # - name: Run pgrx-tests with cshim disabled
240
- # run: |
241
- # cargo test \
242
- # --features "pg$PG_VER proptest" \
243
- # --package pgrx-tests --lib
244
-
245
- # - name: Run UI tests
246
- # if: ${{ matrix.rust == null }}
247
- # run: |
248
- # cargo test \
249
- # --features "pg$PG_VER proptest" \
250
- # --package pgrx-tests --test ui
216
+ - name : Run base-level tests
217
+ run : |
218
+ cargo test \
219
+ --features "pg$PG_VER" \
220
+ --package cargo-pgrx \
221
+ --package pgrx \
222
+ --package pgrx-macros \
223
+ --package pgrx-pg-sys \
224
+ --package pgrx-sql-entity-graph
225
+
226
+ - name : Check that cross-compiled pgrx-tests can build
227
+ run : |
228
+ cargo build --tests \
229
+ --features "pg$PG_VER" \
230
+ --package pgrx-tests \
231
+ --target aarch64-unknown-linux-gnu
232
+
233
+ - name : Run pgrx-tests with cshim enabled
234
+ run : |
235
+ cargo test \
236
+ --features "pg$PG_VER cshim proptest" \
237
+ --package pgrx-tests --lib
238
+
239
+ - name : Run pgrx-tests with cshim disabled
240
+ run : |
241
+ cargo test \
242
+ --features "pg$PG_VER proptest" \
243
+ --package pgrx-tests --lib
244
+
245
+ - name : Run UI tests
246
+ if : ${{ matrix.rust == null }}
247
+ run : |
248
+ cargo test \
249
+ --features "pg$PG_VER proptest" \
250
+ --package pgrx-tests --test ui
251
251
252
252
253
253
- name : Run aggregate example tests
0 commit comments