Skip to content

Commit 8c3da89

Browse files
Revert "comment out most tests for faster iteration"
This reverts commit 3452844.
1 parent 06c3ba1 commit 8c3da89

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/workflows/tests.yml

+35-35
Original file line numberDiff line numberDiff line change
@@ -213,41 +213,41 @@ jobs:
213213
- name: Run 'cargo pgrx init' against system-level ${{ matrix.postgres }}
214214
run: cargo pgrx init --pg$PG_VER /usr/lib/postgresql/$PG_VER/bin/pg_config
215215

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
251251
252252
253253
- name: Run aggregate example tests

0 commit comments

Comments
 (0)