summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-31 06:48:24 -0800
committerGitHub <noreply@github.com>2023-01-31 06:48:24 -0800
commit2181a66374d2c9d0508e5a2c9fbc3c533a2c7386 (patch)
tree77e98ec97bc2c44e2c35b1ab9425feb70e0ff320 /.github
parentde724487f0820391e005f11e67ea132cffe3c9d3 (diff)
Test VM_CHECK_MODE on GitHub Actions (#7204)
It's disabled in compilers.yml, but it's nice to test CHECK_CANAY on GitHub Actions as well.
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github')
-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'