Skip to content

Commit 92e43ab

Browse files
committed
add matrix
1 parent 1440c3d commit 92e43ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on: [push, pull_request]
33

44
jobs:
55
test:
6+
strategy:
7+
fail-fast: false
8+
matrix:
9+
os: [ubuntu-latest, macos-latest, windows-latest]
610
runs-on: ${{matrix.os}}
711
steps:
812
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)