added logger-app test into logger-test workflow
This commit is contained in:
parent
b57cd2b827
commit
c0046f6501
4
.github/workflows/why2-logger-test.yml
vendored
4
.github/workflows/why2-logger-test.yml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user