From a67cbafff1b58cf87aeeae4fb652b9f633b36c0a Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Mon, 8 Jun 2020 02:14:29 +0100 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7de67c..0028404 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |