Add: unit test functionality using catch2
This commit is contained in:
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
echo "::group::Build"
|
||||
echo "Running on $(nproc) cores"
|
||||
cmake --build . -j $(nproc)
|
||||
cmake --build . -j $(nproc) -t openttd
|
||||
echo "::endgroup::"
|
||||
|
||||
linux:
|
||||
|
||||
Reference in New Issue
Block a user