diff --git a/.github/workflows/why2-logger-test.yml b/.github/workflows/why2-logger-test.yml index 2d95e1f..d017021 100644 --- a/.github/workflows/why2-logger-test.yml +++ b/.github/workflows/why2-logger-test.yml @@ -35,6 +35,7 @@ jobs: output: ./out/why2-logger-test configure: configure.sh valgrind: valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s + app: why2-logger steps: - name: Checkout repository @@ -66,5 +67,8 @@ jobs: - name: Test Lib run: ./${{ matrix.output }} + - name: Test App + run: ${{ matrix.app }} + - name: Test Lib by Valgrind run: ${{ matrix.valgrind }} ${{ matrix.output }} \ No newline at end of file