Skip to content

Commit

Permalink
CI: valgrind doesn't work together with sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Dec 2, 2024
1 parent ee6e447 commit 4c0fc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

env:
VERBOSE: 1
ENABLE_VALGRIND: 1

jobs:
# whitespace-errors:
Expand All @@ -19,6 +18,7 @@ jobs:
env:
CC: gcc-14
TARGET: x86_64
ENABLE_VALGRIND: 1
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
env:
CC: gcc-13
TARGET: x86_64
ENABLE_VALGRIND: 1
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4c0fc95

Please sign in to comment.