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

Commit 898437c

Browse files
Split CI execution of integration tests
1 parent bb5d778 commit 898437c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

‎.github/workflows/test-go-integration-task.yml‎

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,23 @@ jobs:
6767
- ubuntu-latest
6868
- windows-latest
6969
- macos-latest
70+
test-file:
71+
- test/test_board.py
72+
- test/test_cache.py
73+
- test/test_compile.py
74+
- test/test_completion.py
75+
- test/test_config.py
76+
- test/test_core.py
77+
- test/test_daemon.py
78+
- test/test_debug.py
79+
- test/test_lib.py
80+
- test/test_main.py
81+
- test/test_outdated.py
82+
- test/test_sketch.py
83+
- test/test_update.py
84+
- test/test_upgrade.py
85+
- test/test_upload_mock.py
86+
- test/test_upload.py
7087

7188
runs-on: ${{ matrix.operating-system }}
7289

@@ -98,4 +115,6 @@ jobs:
98115
version: 3.x
99116

100117
- name: Run integration tests
101-
run: task go:test-integration
118+
run: |
119+
poetry install
120+
poetry run pytest ${{ matrix.test-file }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /