Skip to content

Commit 488ea2f

Browse files
committed
Run check on a matrix
1 parent b8f600c commit 488ea2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
jobs:
77
test:
88
name: test
9-
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
os: [ubuntu-latest, macos-latest, windows-latest]
12+
runs-on: ${{ matrix.os }}
1013
steps:
1114
- uses: actions/checkout@v4
1215
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)