Skip to content

Commit 0e2f96b

Browse files
author
John Sahhar
committed
workflows/test.yml: add windows/darwin to workflow
Signed-off-by: John Sahhar <[email protected]>
1 parent f8bc889 commit 0e2f96b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
tests:
2525
env:
2626
DATABASE: sqlite
27-
runs-on: ubuntu-20.04
27+
runs-on: ${{ matrix.os }}
28+
strategy:
29+
matrix:
30+
os: [macos-latest, ubuntu-latest, windows-latest]
2831
steps:
2932
- name: Checkout
3033
uses: actions/checkout@v2
@@ -38,3 +41,4 @@ jobs:
3841
env:
3942
DATABASE: sqlite
4043
CLIENT_MODE: "off"
44+

0 commit comments

Comments
 (0)