From 16fe9090a562da514f0c922634e6a51ccccdb6f5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Mar 2021 09:46:23 +0530 Subject: [PATCH] Run the test suite with ASAN on Arch CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bbe2d3c9f..f623ec72d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,10 @@ jobs: run: setup/arch-ci.sh - 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 run: | 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