diff options
-rw-r--r-- | .github/workflows/macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f5ea8c2..0c3db1f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml | |||
@@ -19,6 +19,7 @@ jobs: | |||
19 | run: | | 19 | run: | |
20 | brew install luarocks | 20 | brew install luarocks |
21 | luarocks install busted | 21 | luarocks install busted |
22 | luarocks make | ||
22 | make test | 23 | make test |
23 | - name: luarocks upload | 24 | - name: luarocks upload |
24 | if: startsWith(github.ref, 'refs/tags/') | 25 | if: startsWith(github.ref, 'refs/tags/') |