Skip to content

Commit 0606e45

Browse files
committed
add xt test job for ci
1 parent 4455187 commit 0606e45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,15 @@ jobs:
7474
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
7575
- name: Run tests
7676
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

Comments
 (0)