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 }}