diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93d8705156..cc54f28dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,4 +67,5 @@ jobs: run: | set -xe runuser -u ci -- python setup.py test --under-sanitize - runuser -u ci -- python setup.py test_rs + echo "Running test_rs" + runuser -u ci -- python setup.py test_rs --under-sanitize