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

@ -45,4 +45,7 @@ jobs:
run: wget -O ${{ matrix.test }}.c https://gist.githubusercontent.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw/380d6737dd9b455e35e0cedc52946db34aa4550b/WHY2%2520Example%2520App
- name: Build WHY2 project
run: cc ${{ matrix.test }}.c -lwhy2 -Wall -ljson-c -lcurl -o ${{ matrix.test }}
run: cc ${{ matrix.test }}.c -lwhy2 -Wall -ljson-c -lcurl -o ${{ matrix.test }}
- name: Run test
run: ./${{ matrix.test }}