We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5d778 commit 1c9472dCopy full SHA for 1c9472d
.github/workflows/test-go-integration-task.yml
@@ -67,6 +67,23 @@ jobs:
67
- ubuntu-latest
68
- windows-latest
69
- 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
87
88
runs-on: ${{ matrix.operating-system }}
89
@@ -98,4 +115,4 @@ jobs:
98
115
version: 3.x
99
116
100
117
- name: Run integration tests
101
- run: task go:test-integration
118
+ run: poetry run pytest ${{ matrix.test-file }}
0 commit comments