fixed test rule in core & logger workflows

This commit is contained in:
Václav Šmejkal 2022-11-18 18:12:38 +01:00
parent cd27121592
commit 1d27b98fbf
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}