mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Run LuaJIT 2.0.5 tests in 1 thread
Seems there is a race in a LuaJIT 2.0 that makes the tests unstable. Works ok on LuaJIT 2.1 and all Lua.
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
||||
- name: Run LuaJIT 2.0.5 tests
|
||||
run: |
|
||||
brew install luajit pkg-config
|
||||
cargo test --tests --release --features "luajit async send"
|
||||
cargo test --tests --release --features "luajit async send" -- --test-threads=1
|
||||
shell: bash
|
||||
- name: Run LuaJIT vendored tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user