added extra step for testing why2-app binary
This commit is contained in:
parent
8208f02866
commit
8d4403e926
14
.github/workflows/why2-test.yml
vendored
14
.github/workflows/why2-test.yml
vendored
@ -39,13 +39,17 @@ jobs:
|
|||||||
- name: Praparating
|
- name: Praparating
|
||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
- name: Install WHY2
|
- name: Install WHY2 (Lib)
|
||||||
run: sudo ./${{ matrix.build }} install
|
run: sudo ./${{ matrix.build }} install
|
||||||
|
|
||||||
|
- name: Install WHY2 (App)
|
||||||
|
run: sudo ./${{ matrix.build }} test
|
||||||
|
|
||||||
- name: Build WHY2 (Test)
|
- name: Build WHY2 (Test)
|
||||||
run: ./${{ matrix.build }} test
|
run: ./${{ matrix.build }} test
|
||||||
|
|
||||||
- name: Test
|
- name: Test Lib
|
||||||
run: |
|
run: ./${{ matrix.output }}
|
||||||
./${{ matrix.output }}
|
|
||||||
# ${{ matrix.app }}
|
- name: Test App
|
||||||
|
run: ${{ matrix.app }}
|
Loading…
x
Reference in New Issue
Block a user