Skip to content

Commit be9a437

Browse files
committed
Add sqlite-win test
1 parent c6bb15c commit be9a437

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ jobs:
2121
- name: Run tests
2222
run: prove -lr -j4 t
2323

24+
sqlite-win:
25+
runs-on: windows-latest
26+
27+
steps:
28+
- uses: actions/checkout@v1
29+
- name: perl -V
30+
run: perl -V
31+
- name: Install dependencies
32+
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure --feature=test_sqlite --feature=test_fork
33+
- name: Run tests
34+
run: prove -lr -j4 t
35+
2436
mysql:
2537
runs-on: ubuntu-latest
2638

0 commit comments

Comments
 (0)