added testing why2-app into gh workflow

This commit is contained in:
Václav Šmejkal 2022-05-04 19:07:52 +02:00
parent 6cad7ff693
commit 2441fbf832

View File

@ -17,6 +17,7 @@ jobs:
output: out/why2-test
configure: configure.sh
build: build.sh
app: why2
steps:
- name: Checkout repository
@ -45,7 +46,9 @@ jobs:
run: ./${{ matrix.build }} test
- name: Test
run: ./${{ matrix.output }} skipCheck
run: |
./${{ matrix.output }} skipCheck
${{ app }}
test-project:
runs-on: ${{ matrix.os }}