Skip to content

Commit

Permalink
Test ASAN with -DDEBUGGING (and so also with assertions enabled)
Browse files Browse the repository at this point in the history
Make it clear in the earlier comment about -DDEBUGGING that it was
referencing the "linux" job, not the entire file.
  • Loading branch information
nwc10 committed Sep 26, 2021
1 parent 0e45be4 commit e361746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testsuite.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
# "sanity_check" tests -Dusethreads without -DDEBUGGING
# "linux-i386" tests -Uusethreads without -DDEBUGGING
# All other linux builds test with -DDEBUGGING
# All builds in the "linux" matrix test with -DDEBUGGING
sanity_check:
name: "Sanity: Linux -Dusethreads"
Expand Down Expand Up @@ -528,6 +528,7 @@ jobs:
# test that the arena code doesn't have any goofs.
CONFIGURE_ARGS:
- "-Accflags=-DPURIFY"
- "-DDEBUGGING"
- "-Dusethreads"
steps:
Expand Down

0 comments on commit e361746

Please sign in to comment.