Skip to content

Commit c154554

Browse files
committed
Run KNOWNBUG and THOROUGH regression tests in CI
Use the check-ubuntu-20_04-cmake-gcc job to run KNOWNBUG (any test reported as failure will tell us that a bug has unexpectedly been fixed) an THOROUGH (tests that are expected to pass, but take longer to do so) tests.
1 parent 29a323f commit c154554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
ninja package
163163
ls *.deb
164164
- name: Run tests
165-
run: cd build; ctest . -V -L CORE -j2
165+
run: cd build; ctest . -V -L '(THOROUGH|KNOWNBUG)' -j2
166166

167167
check-macos-10_15-make-clang:
168168
runs-on: macos-10.15

0 commit comments

Comments
 (0)