diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f89b914..87100a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: platform: '${{ matrix.platform }}' cc: 1 - - name: tests - run: | - chmod +x ./tests/test.sh - ./tests/test.sh \ No newline at end of file + - name: Run tests + run: | + chmod +x ./tests/test.sh + ./tests/test.sh