Skip to content

Commit 1c9472d

Browse files
committed
Split CI execution of integration tests
1 parent bb5d778 commit 1c9472d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

+18-1
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,4 @@ jobs:
98115
version: 3.x
99116

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

0 commit comments

Comments
 (0)