diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index cac54b7a..c19aae41 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -55,7 +55,7 @@ jobs: - name: "IntelLLVM" compiler: "intel" build_type: Release - cxx_flags: "-fp-model=strict -Wno-overriding-t-option" # Ignore that googletest sets -fp-model=precise + cxx_flags: "-fp-model=strict" steps: - name: Checkout @@ -83,10 +83,6 @@ jobs: -DCMAKE_CXX_FLAGS="-Werror ${{ matrix.cxx_flags }}" make -j2 gtest_main - - name: Debug - if: failure() - uses: mxschmitt/action-tmate@v3 - - name: Build tests run: | ccache -z