Skip to content

Commit d2c89f2

Browse files
committed
ci: run all tests in CI pipeline
1 parent ede3fc8 commit d2c89f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
path: pgsrc/${{ matrix.pgversion }}
8989
key: ${{ steps.restore-postgresql.outputs.cache-primary-key }}
9090
- name: Run tests
91-
run: ./src/test/test.sh --no-gui --tests="vars,format" --pg-versions=${{ matrix.pgversion }}
91+
run: ./src/test/test.sh --no-gui --tests="all" --pg-versions=${{ matrix.pgversion }}
9292
- name: Upload artifacts
9393
uses: actions/upload-artifact@v4
9494
if: failure()

0 commit comments

Comments
 (0)