Skip to content

Commit

Permalink
build: debug asan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 15, 2021
1 parent 1cde0f9 commit 59d3460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ env:

jobs:
test-asan:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
env:
CC: clang
CXX: clang++
LINK: clang++
CONFIG_FLAGS: --enable-asan
LSAN_OPTIONS: verbosity=1
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand All @@ -36,4 +38,4 @@ jobs:
- name: Build
run: make build-ci -j2 V=1
- name: Test
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300"

0 comments on commit 59d3460

Please sign in to comment.