Skip to content

Commit 4a9a20d

Browse files
committed
ci: Run tests on other platforms
Run CI on Mac OS and on Windows. Rust-simplicity supports both platforms since the latest updates.
1 parent fb4a1d3 commit 4a9a20d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121

2222
test-stable:
2323
name: Test - stable toolchain
24-
runs-on: ubuntu-latest
24+
runs-on: ${{ matrix.os }}
25+
strategy:
26+
matrix:
27+
os: [ubuntu-latest, macos-latest, windows-latest]
2528

2629
steps:
2730
- name: Checkout

0 commit comments

Comments
 (0)