Skip to content

Commit b111ee5

Browse files
authored
Run the test job on many OSs (#142)
1 parent c472197 commit b111ee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242
run: cargo clippy --all-features -- -D warnings
4343

4444
test:
45-
runs-on: ubuntu-latest
4645
strategy:
4746
matrix:
4847
toolchain: [stable, beta]
48+
os: [ubuntu-latest, macos-latest, windows-latest]
49+
runs-on: ${{ matrix.os }}
4950
steps:
5051
- uses: actions/checkout@v4
5152
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)