aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0fcd9fd..91955e3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -53,11 +53,8 @@ jobs:
- name: Run Lua tests
run: |
- /usr/bin/lush <<EOF || true
cd test
- run_tests.lua
- exit
- EOF
+ lush run_tests.lua
- name: Upload the compiled binary
uses: actions/upload-artifact@v3