From d16142e5945c9d7c7e7a1bea9a6cc5252a891dd7 Mon Sep 17 00:00:00 2001 From: Xiao Wang Date: Wed, 22 Feb 2023 21:24:57 -0600 Subject: [PATCH] Update arm.yml --- .github/workflows/arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arm.yml b/.github/workflows/arm.yml index 82c66cc..603c55f 100644 --- a/.github/workflows/arm.yml +++ b/.github/workflows/arm.yml @@ -22,4 +22,4 @@ jobs: - name: Test shell: bash run: | - ctest -E "conversion" # exclude tests that need more memory than available + ctest -E "conversion|ram" # exclude tests that need more memory than available