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
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
- name: Run LuaJIT 2.0.5 tests - name: Run LuaJIT 2.0.5 tests
run: | run: |
brew install luajit pkg-config 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 shell: bash
- name: Run LuaJIT vendored tests - name: Run LuaJIT vendored tests
run: | run: |