Skip to content

Commit

Permalink
Undefined behaviour throws error
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Dec 14, 2024
1 parent e10d080 commit 622cb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
- type: "Address"
cxx_flags: "-fsanitize=address"
- type: "UndefinedBehaviour"
cxx_flags: "-fsanitize=undefined"
cxx_flags: "-fsanitize=undefined -fno-sanitize-recover"
steps:
- uses: actions/checkout@v3
- name: "Setup ccache . . ."
Expand Down

0 comments on commit 622cb4e

Please sign in to comment.