updated coverage.yml

This commit is contained in:
Michele Caini
2019-09-25 13:52:39 +02:00
parent 1cc20716ae
commit 400f106d62

View File

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