Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d3a26c

Browse files
committed
Add macos and windows to build-matrix
1 parent640b497 commit5d3a26c

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)

[8]ページ先頭

©2009-2025 Movatter.jp