We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4455187 commit 0606e45Copy full SHA for 0606e45
.github/workflows/build.yml
@@ -74,3 +74,15 @@ jobs:
74
run: curl -sL https://git.io/cpm | sudo perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure --feature=test_postgresql --feature=test_fork
75
- name: Run tests
76
run: DOD_TEST_DRIVER=PostgreSQL prove -lr -j4 t
77
+
78
+ xt-tests:
79
+ runs-on: ubuntu-latest
80
81
+ steps:
82
+ - uses: actions/checkout@v1
83
+ - name: perl -V
84
+ run: perl -V
85
+ - name: Install dependencies
86
+ run: curl -sL https://git.io/cpm | sudo perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure
87
+ - name: Run tests
88
+ run: prove -lr xt
0 commit comments