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

Commit1e856ea

Browse files
Run unit tests on three operating systems (#285)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parentcc5e153 commit1e856ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ jobs:
4141
4242
unit:
4343
name:Unit tests
44-
runs-on:ubuntu-latest
44+
runs-on:${{ matrix.os }}
4545
strategy:
4646
fail-fast:false
4747
matrix:
48-
python-version:
49-
-"3.13"
50-
-"3.14"
48+
python-version:["3.13", "3.14"]
49+
os:[windows-latest, macos-latest, ubuntu-latest]
5150

5251
steps:
5352
-uses:actions/checkout@v4
@@ -69,5 +68,6 @@ jobs:
6968
-name:Upload coverage
7069
uses:codecov/codecov-action@v5
7170
with:
71+
flags:${{ matrix.os }}
7272
name:Python ${{ matrix.python-version }}
7373
token:${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp