Skip to content

Commit

Permalink
Bug #869 - GitHub Actions CI - enable ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 5, 2024
1 parent 635c1e1 commit a1a4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create configure script
run: ./autogen.sh
- name: configure
run: ./configure --with-testnic=eth0 --disable-local-libopts
run: ./configure --with-testnic=eth0 --disable-local-libopts --enable-asan
- name: make
run: make
- name: make dist
Expand Down

0 comments on commit a1a4735

Please sign in to comment.