From 293079f4b3a3fe64fa2af2386288e56f6ff75da0 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Wed, 16 Oct 2024 15:42:49 -0700 Subject: [PATCH] test: only run the one test --- .github/actions/test_gem/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test_gem/action.yml b/.github/actions/test_gem/action.yml index b19dbd968..b99956ccc 100644 --- a/.github/actions/test_gem/action.yml +++ b/.github/actions/test_gem/action.yml @@ -96,7 +96,7 @@ runs: echo "::endgroup::" done else - i=0; while bundle exec rake test + i=0; while TEST_OPTS='--name="test_0017_translates all the things"' bundle exec rake test do echo i: $i ((i=i+1))