소스 검색

updated coverage.yml

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