Skip to content

Commit

Permalink
Disable LeakSanitizer during CI
Browse files Browse the repository at this point in the history
This matches what we're doing in all the other modules' CI for now.
  • Loading branch information
PhilMiller committed Jun 11, 2024
1 parent 4940df8 commit 02150d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ngen_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:

- name: Run SLoTH Solo
run: |
export ASAN_OPTIONS=detect_leaks=false
inputfile='extern/sloth/test/data/sloth_realization.json'
./cmake_build/ngen data/catchment_data.geojson "cat-27" data/nexus_data.geojson "nex-26" $inputfile
Expand Down

0 comments on commit 02150d0

Please sign in to comment.