Run the test suite with ASAN on Arch CI

This commit is contained in:
Kovid Goyal 2021-03-22 09:46:23 +05:30
parent 5ba9dbe940
commit 16fe9090a5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -53,10 +53,10 @@ jobs:
run: setup/arch-ci.sh run: setup/arch-ci.sh
- name: Bootstrap calibre - name: Bootstrap calibre
run: runuser -u ci -- python setup.py bootstrap --ephemeral run: runuser -u ci -- python setup.py bootstrap --ephemeral --debug --sanitize
- name: Test calibre - name: Test calibre
run: | run: |
set -xe set -xe
runuser -u ci -- python setup.py test runuser -u ci -- python setup.py test --under-sanitize
runuser -u ci -- python setup.py test_rs runuser -u ci -- python setup.py test_rs