Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640b497 commit 5d3a26cCopy full SHA for 5d3a26c
.github/workflows/main.yml
@@ -5,11 +5,12 @@ on: [ pull_request, push ]
5
jobs:
6
build-test:
7
name: Build and Test
8
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}-latest
9
10
strategy:
11
fail-fast: false
12
matrix:
13
+ os: [windows, ubuntu, macos]
14
python: [3.6, 3.7, 3.8, 3.9]
15
shutdown_mode: [Normal, Soft]
16
@@ -44,5 +45,4 @@ jobs:
44
45
run: dotnet test src/embed_tests/
46
47
# TODO: Run perf tests
- # TODO: Run tests on macos and windows as well
48
- # TODO: Run tests on Windows on .NET Framework
+ # TODO: Run mono tests on Windows?
0 commit comments