fixed test rule in core & logger workflows
This commit is contained in:
parent
cd27121592
commit
1d27b98fbf
2
.github/workflows/why2-core-test.yml
vendored
2
.github/workflows/why2-core-test.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: sudo make install
|
run: sudo make install
|
||||||
|
|
||||||
- name: Build WHY2 Test
|
- name: Build WHY2 Test
|
||||||
run: make test
|
run: make testCore
|
||||||
|
|
||||||
- name: Test Lib
|
- name: Test Lib
|
||||||
run: ./${{ matrix.output }}
|
run: ./${{ matrix.output }}
|
||||||
|
2
.github/workflows/why2-logger-test.yml
vendored
2
.github/workflows/why2-logger-test.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: sudo make install
|
run: sudo make install
|
||||||
|
|
||||||
- name: Build WHY2 Test
|
- name: Build WHY2 Test
|
||||||
run: make test
|
run: make testLogger
|
||||||
|
|
||||||
- name: Test Lib
|
- name: Test Lib
|
||||||
run: ./${{ matrix.output }}
|
run: ./${{ matrix.output }}
|
Loading…
x
Reference in New Issue
Block a user