Skip to content

Commit

Permalink
added logger-app test into logger-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ENGO150 committed Feb 8, 2023
1 parent b57cd2b commit c0046f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/why2-logger-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit c0046f6

Please sign in to comment.