added missing step for running test

This commit is contained in:
Václav Šmejkal 2022-05-03 19:20:03 +02:00
parent b5d3267eb6
commit 5fd50930fa

View File

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