From fc553b9c2cb3575ea1f7cbbb597e60f840155b2a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 20 May 2023 13:11:09 +0530 Subject: [PATCH] See if running test_rs fixes the interminable hang in Arch CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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