Skip to content

Commit d1848a1

Browse files
committed
Run tests on ubuntu, windows and macos
1 parent 1a18fe2 commit d1848a1

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
@@ -10,7 +10,10 @@ on:
1010
jobs:
1111
rust:
1212
name: Rust
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
14+
strategy:
15+
matrix:
16+
os: [ubuntu-latest, windows-latest, macos-latest]
1417
env:
1518
RUSTFLAGS: -D warnings
1619
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)