From 17977f5cc767b98e019dcdf7331215f6e05dd81e Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Sat, 23 Nov 2024 22:39:07 +0100 Subject: [PATCH] Fixup yamllint --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 8088033..a90cf2e 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -22,7 +22,7 @@ jobs: ", build: "cmake --build build --config Debug", # all tests work except "performance" (liblo bug?) - # this weird regex here lets all those tests run, except performance + # this weird regex lets all those tests run, except performance test: "ctest --output-on-failure --test-dir build -R '(i|s|t|g)'" } - {