Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed May 31, 2024
1 parent b0e5ac5 commit 2150bad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2150bad

Please sign in to comment.