diff options
| -rw-r--r-- | .github/workflows/ubuntu.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e701a98515..fa9eb9fef6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -37,6 +37,8 @@ jobs: - test_task: check arch: i686 - test_task: check + configure: '--disable-yjit' + - test_task: check configure: '--enable-shared --enable-load-relative' - test_task: test-all TESTS=--repeat-count=2 - test_task: test-all |
