We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2176b0 commit a700230Copy full SHA for a700230
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -65,6 +65,7 @@ jobs:
65
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
66
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
67
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
68
+ -DCPPPARSER_BUILD_TESTS=ON
69
-S ${{ github.workspace }}
70
71
- name: Build
0 commit comments