Michele Caini пре 6 година
родитељ
комит
400f106d62
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/coverage.yml

+ 1 - 1
.github/workflows/coverage.yml

@@ -16,7 +16,7 @@ jobs:
         CXXFLAGS: "-O0 --coverage -fno-inline -fno-inline-small-functions -fno-default-inline"
         CXXFLAGS: "-O0 --coverage -fno-inline -fno-inline-small-functions -fno-default-inline"
         CXX: g++
         CXX: g++
       run: |
       run: |
-        cmake -DBUILD_TESTING=ON ..
+        cmake -DBUILD_TESTING=ON -DBUILD_LIB=ON ..
         make -j4
         make -j4
     - name: Run tests
     - name: Run tests
       working-directory: build
       working-directory: build