Skip to content

Commit 4a89969

Browse files
committed
ci: run build and test on all three platforms
1 parent ed95b49 commit 4a89969

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ jobs:
3939
run: cargo dylint --all
4040

4141
build:
42-
name: Build
43-
# TODO: Run CI on all three platforms.
44-
runs-on: ubuntu-latest
42+
name: Build (${{ matrix.os }})
43+
runs-on: ${{ matrix.os }}
4544
timeout-minutes: 50
45+
strategy:
46+
matrix:
47+
os: [ubuntu-latest, macos-latest, windows-latest]
4648
steps:
4749
- uses: actions/checkout@v4
4850
- name: Install Rust toolchain

0 commit comments

Comments
 (0)