From 7917ec40d7d87cb09ca6794db5b8abcea3792d5f Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Wed, 16 Aug 2023 22:34:48 +0200 Subject: [PATCH] Run Test with Debug build mode --- .github/workflows/builds.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 801b01b4b..60d44149a 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -86,7 +86,6 @@ jobs: cmake --build build # Run the unit test(s). - name: Test - if: "matrix.BUILD_TYPE == 'Release'" run: | cd build source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.PLATFORM.NAME }}