Fix CI build flags.

This commit is contained in:
Michael R Sweet 2021-05-30 10:25:40 -04:00
parent 1967974f00
commit 28b3fa5bab
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -18,7 +18,7 @@ jobs:
- name: install prerequisites
run: sudo apt-get install -y zlib1g-dev
- name: make
run: make 'COMMONFLAGS="-g -fsanitize=address"'
run: make 'COMMONFLAGS=-g -fsanitize=address'
- name: test
env:
ASAN_OPTIONS: leak_check_at_exit=false
@ -31,6 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: make
run: make 'COMMONFLAGS="-g -fsanitize=address"'
run: make 'COMMONFLAGS=-g -fsanitize=address'
- name: test
run: make test