Add: unit test functionality using catch2
(cherry picked from commit 43a7e54067
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
f92a96dad2
commit
73d7052732
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
echo "::group::Build"
|
||||
echo "Running on $(nproc) cores"
|
||||
cmake --build . -j $(nproc)
|
||||
cmake --build . -j $(nproc) -t openttd
|
||||
echo "::endgroup::"
|
||||
|
||||
linux:
|
||||
|
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
@@ -88,6 +88,7 @@ jobs:
|
||||
+**/*.*
|
||||
-**/table/*.*
|
||||
-**/generated/**/*.*
|
||||
-**/tests/*.*
|
||||
input: sarif-results/cpp.sarif
|
||||
output: sarif-results/cpp.sarif
|
||||
|
||||
|
Reference in New Issue
Block a user