We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e9c87 commit 6bc3b61Copy full SHA for 6bc3b61
.github/workflows/test.yaml
@@ -69,6 +69,7 @@ jobs:
69
cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
70
-DUSE_LUA=ON -DENABLE_BUILD_PROTOBUF=OFF \
71
-DENABLE_INTERNAL_TESTS=ON -DENABLE_LAPI_TESTS=ON \
72
+ -DENABLE_COV=ON \
73
-G Ninja -S . -B build
74
if: ${{ matrix.LUA == 'lua' }}
75
@@ -77,6 +78,7 @@ jobs:
77
78
79
-DUSE_LUAJIT=ON -DENABLE_BUILD_PROTOBUF=OFF \
80
81
82
83
if: ${{ matrix.LUA == 'luajit' }}
84
0 commit comments