added missing step for running test
This commit is contained in:
parent
b5d3267eb6
commit
5fd50930fa
5
.github/workflows/project-test.yml
vendored
5
.github/workflows/project-test.yml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user