Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add macos and windows to build-matrix
  • Loading branch information
filmor committed Dec 10, 2020
commit aa5adde1ca70067cf163ecc1287b52a06bbb3a9c
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on: [ pull_request, push ]
jobs:
build-test:
name: Build and Test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}-latest

strategy:
fail-fast: false
matrix:
os: [windows, ubuntu, macos]
python: [3.6, 3.7, 3.8, 3.9]
shutdown_mode: [Normal, Soft]

Expand Down Expand Up @@ -44,5 +45,4 @@ jobs:
run: dotnet test src/embed_tests/

# TODO: Run perf tests
# TODO: Run tests on macos and windows as well
# TODO: Run tests on Windows on .NET Framework
# TODO: Run mono tests on Windows?