summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ubuntu.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 470137fafc..747e672d10 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -28,11 +28,10 @@ jobs:
matrix:
test_task: [check]
arch: ['']
- configure: ['']
- # specifying all jobs with `include` to avoid redundant tests
+ configure: ['cppflags=-DVM_CHECK_MODE']
+ # specifying everything else with `include` to avoid redundant tests
include:
- test_task: check
- - test_task: check
arch: i686
- test_task: check
configure: '--enable-shared --enable-load-relative'