Skip to content

Commit 30979c8

Browse files
authored
Merge branch 'main' into main
2 parents 73a063d + 18c2d80 commit 30979c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ on:
1414

1515
jobs:
1616
tests:
17-
runs-on: ubuntu-latest
17+
strategy:
18+
matrix:
19+
os: [ubuntu-latest, windows-latest, macos-latest]
20+
runs-on: ${{ matrix.os }}
1821
steps:
1922
- name: Checkout code
2023
uses: actions/checkout@v4

0 commit comments

Comments
 (0)