From 8203ef465ed41ead6401b6a0c2611ff5c91d12c3 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 13 May 2024 16:47:09 +0800 Subject: [PATCH] enable CI --- .github/workflows/main.yml | 2 -- include/pocketpy/config.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b005a5d5..ef2e02c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,13 +1,11 @@ name: build on: push: - branches: [ main ] paths-ignore: - 'docs/**' - 'web/**' - '**.md' pull_request: - branches: [ main ] paths-ignore: - 'docs/**' - 'web/**' diff --git a/include/pocketpy/config.h b/include/pocketpy/config.h index a1733f32..24e30f7a 100644 --- a/include/pocketpy/config.h +++ b/include/pocketpy/config.h @@ -33,7 +33,7 @@ /*************** debug settings ***************/ // Enable this may help you find bugs -#define PK_DEBUG_EXTRA_CHECK 1 +#define PK_DEBUG_EXTRA_CHECK 0 // Do not edit the following settings unless you know what you are doing #define PK_DEBUG_CEVAL_STEP 0