Skip to content

Commit

Permalink
Fixup yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 23, 2024
1 parent 687123d commit 17977f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'"
}
- {
Expand Down

0 comments on commit 17977f5

Please sign in to comment.