aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f8bea28..04c407c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22 22
23 - name: test 23 - name: test
24 run: | 24 run: |
25 ./runtests.sh PREFIX=.lua 25 LUA_DIR=.lua ./runtests.sh PREFIX=.lua
26 26
27 - name: build 27 - name: build
28 run: | 28 run: |