We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c436750 commit 4d9361dCopy full SHA for 4d9361d
.github/workflows/tests.yml
@@ -49,7 +49,9 @@ jobs:
49
- name: "unit a-b"
50
test_path: "tests/unit/[a-b]*_test.sh"
51
- name: "unit c"
52
- test_path: "tests/unit/c*_test.sh"
+ test_path: "tests/unit/ch*_test.sh tests/unit/cl*_test.sh tests/unit/console*_test.sh tests/unit/cu*_test.sh"
53
+ - name: "unit coverage"
54
+ test_path: "tests/unit/coverage_*_test.sh"
55
- name: "unit d-p"
56
test_path: "tests/unit/[d-p]*_test.sh"
57
- name: "unit r-z"
0 commit comments