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