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

Commitba58f40

Browse files
committed
Split Cygwin CI into two test jobs
One job is for all tests except the `performance` tests, while theother job is for only the `performance` tests.The idea is to decrease the total time it takes for all CI jobs tocomplete in most cases, by splitting the long-running (currentlyusually about 13 minute) Cygwin job into two less-long jobs.
1 parent27bf23c commitba58f40

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ jobs:
1010
runs-on:windows-latest
1111

1212
strategy:
13+
matrix:
14+
selection:[fast, perf]
15+
include:
16+
-selection:fast
17+
additional-pytest-args:--ignore=test/performance
18+
-selection:perf
19+
additional-pytest-args:test/performance/
20+
1321
fail-fast:false
1422

1523
env:
@@ -87,4 +95,4 @@ jobs:
8795
8896
-name:Test with pytest
8997
run:|
90-
pytest --color=yes -p no:sugar --instafail -vv
98+
pytest --color=yes -p no:sugar --instafail -vv ${{ matrix.additional-pytest-args }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp