Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d3a26c

Browse files
committed
Add macos and windows to build-matrix
1 parent 640b497 commit 5d3a26c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on: [ pull_request, push ]
55
jobs:
66
build-test:
77
name: Build and Test
8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}-latest
99

1010
strategy:
1111
fail-fast: false
1212
matrix:
13+
os: [windows, ubuntu, macos]
1314
python: [3.6, 3.7, 3.8, 3.9]
1415
shutdown_mode: [Normal, Soft]
1516

@@ -44,5 +45,4 @@ jobs:
4445
run: dotnet test src/embed_tests/
4546

4647
# TODO: Run perf tests
47-
# TODO: Run tests on macos and windows as well
48-
# TODO: Run tests on Windows on .NET Framework
48+
# TODO: Run mono tests on Windows?

0 commit comments

Comments
 (0)