Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit cde8a01

Browse files
committed
Run lua tests in release mode
1 parent 593f753 commit cde8a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lua/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ SCRIPT_DIR="$(cd "$(dirname "$0" )" && pwd)"
55

66
ulimit -s 16384 # debug build requires this much stack to pass tests
77
(cd "$SCRIPT_DIR/repo/testes" && \
8-
cargo run -- -e_U=true all.lua 2>&1 ) \
8+
cargo run --release -- -e_U=true all.lua 2>&1 ) \
99
| tee `basename "$0"`.log

0 commit comments

Comments
 (0)