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