added missing step for running test
This commit is contained in:
parent
b5d3267eb6
commit
5fd50930fa
3
.github/workflows/project-test.yml
vendored
3
.github/workflows/project-test.yml
vendored
@ -46,3 +46,6 @@ jobs:
|
||||
|
||||
- name: Build WHY2 project
|
||||
run: cc ${{ matrix.test }}.c -lwhy2 -Wall -ljson-c -lcurl -o ${{ matrix.test }}
|
||||
|
||||
- name: Run test
|
||||
run: ./${{ matrix.test }}
|
Loading…
x
Reference in New Issue
Block a user