See if running test_rs fixes the interminable hang in Arch CI

This commit is contained in:
Kovid Goyal 2023-05-20 13:11:09 +05:30
parent 68b931d3d8
commit fc553b9c2c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -67,4 +67,5 @@ jobs:
run: | run: |
set -xe set -xe
runuser -u ci -- python setup.py test --under-sanitize 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