From 615fdefa3a20c00ed35e8867a7e2737d03b28dac Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 24 Aug 2021 17:22:33 +0800 Subject: Update docs for move to GitHub Actions --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 24be0cdf..301959db 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -57,7 +57,7 @@ if (Python_EXECUTABLE) endforeach() # CheckManpage and CheckTexinfo are disabled, since they do not work - # reliably yet, instead they are being run as a Travis CI report. + # reliably yet list(APPEND CheckOptions CheckBaselineTests) #CheckManpage CheckTexinfo foreach(_class ${CheckOptions}) add_test(NAME ${_class} -- cgit v1.2.3