diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index a20bd25..ec80df1 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -89,4 +89,4 @@ jobs: run: cc ${{ matrix.test }}.c -lwhy2 -Wall -ljson-c -lcurl -o ${{ matrix.test }} - name: Run test - run: ./${{ matrix.test }}g \ No newline at end of file + run: ./${{ matrix.test }} \ No newline at end of file