We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bb15c commit be9a437Copy full SHA for be9a437
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,18 @@ jobs:
21
- name: Run tests
22
run: prove -lr -j4 t
23
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
36
mysql:
37
runs-on: ubuntu-latest
38
0 commit comments