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:
Alex Orlenko 2020-06-08 02:14:29 +01:00
parent 39bcb19ae7
commit a67cbafff1

View file

@ -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: |