diff options
| -rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c33dcc..9c3fa93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -20,10 +20,11 @@ jobs: | |||
| 20 | 20 | ||
| 21 | - uses: leafo/gh-actions-luarocks@v2 | 21 | - uses: leafo/gh-actions-luarocks@v2 |
| 22 | 22 | ||
| 23 | - name: test | ||
| 24 | run: | | ||
| 25 | ./runtests.sh | ||
| 26 | |||
| 23 | - name: build | 27 | - name: build |
| 24 | run: | | 28 | run: | |
| 25 | luarocks make | 29 | luarocks make |
| 26 | 30 | ||
| 27 | - name: test | ||
| 28 | run: | | ||
| 29 | ./runtests.sh | ||
