From e1b03b0c2b2449a7794f4701bab8b2382eb15116 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 1 Jun 2021 00:15:51 -0700 Subject: Enable VM_ASSERT in --jit CIs (#4543) --- .github/workflows/mjit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index c2a6ed2188..d5cc9e93fd 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -38,7 +38,7 @@ jobs: - run: ./autogen.sh working-directory: src - name: Run configure - run: ../src/configure -C --disable-install-doc + run: ../src/configure -C --disable-install-doc cppflags=-DVM_CHECK_MODE - run: make $JOBS incs - run: make $JOBS - run: sudo make $JOBS -s install -- cgit v1.2.3