Skip to content

Commit b212774

Browse files
committed
Add multi-platform CI testing
1 parent c26973d commit b212774

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ jobs:
3838
run: |
3939
bazel run -- @buildifier --mode=check $(pwd)/*.b*z*l $(pwd)/example/*.b*z*l $(pwd)/workflows/*.b*z*l
4040
example_test:
41-
runs-on: ubuntu-latest
41+
strategy:
42+
matrix:
43+
runner:
44+
- macos-latest
45+
- ubuntu-latest
46+
- windows-latest
47+
runs-on: ${{ matrix.runner }}
4248
steps:
4349
- uses: actions/checkout@v4
4450
- uses: bazel-contrib/[email protected]

0 commit comments

Comments
 (0)