Skip to content

Commit c9f57a3

Browse files
committed
Test matrix
1 parent 8e194d0 commit c9f57a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
run: cargo build --all-features --all-targets
4040
test:
4141
needs: [build]
42-
runs-on: ubuntu-latest
42+
strategy:
43+
matrix:
44+
os: [ubuntu-latest, macos-latest, windows-latest]
45+
runs-on: ${{ matrix.os }}
4346
steps:
4447
- uses: actions/checkout@v4
4548
with:

0 commit comments

Comments
 (0)