Skip to content

Commit

Permalink
Change flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Dec 11, 2024
1 parent a00295a commit a591dbd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,15 @@ jobs:
matrix:
type: ["thread", "address", "undefined behaviour"]
include:
- type: "thread"
- type: "Thread"
cxx_flags: "-fdiagnostics-color -fsanitize=thread -fPIE -pie -fno-omit-frame-pointer -g -O2"
ld_flags: "-fsanitize=thread"
- type: "Address"
cxx_flags: ""
ld_flags: ""
- type: "UndefinedBehavior"
cxx_flags: ""
ld_flags: ""
steps:
- uses: actions/checkout@v3
- name: "Setup ccache . . ."
Expand All @@ -289,7 +295,7 @@ jobs:
run: make -j4
- name: "Build test_all . . ."
run: make test_all -j4
- name: "Run tests with {{ matrix.type }} . . ."
- name: "Run tests with {{ matrix.type }}Sanitizer . . ."
run: ./test_all "[quick][standard]"
valgrind:
timeout-minutes: 60
Expand Down

0 comments on commit a591dbd

Please sign in to comment.