From dccc5fd0ac11275b63c795283f2cd6d2cf478434 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 11 Nov 2021 22:32:27 +0100 Subject: [PATCH] fix testing arg --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index bb273337..4b2d0b44 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -16,7 +16,7 @@ jobs: # run: sudo apt-get install -y libmosquitto1 libmosquitto1-dev - name: build - run: cmake -Dcoverage=ON -DBUILD_TESTING . && make + run: cmake -Dcoverage=ON -DBUILD_TESTING=1 . && make - name: test regular run: cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message