Skip to content

Commit

Permalink
test: only run the one test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 16, 2024
1 parent e235c32 commit 293079f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 293079f

Please sign in to comment.