From 764a9e16258b909e4175e41b7002c446af9bffa8 Mon Sep 17 00:00:00 2001 From: Mauricio Fierro Date: Fri, 1 Dec 2023 23:24:53 -0500 Subject: [PATCH] Run all tests in GitHub workflow s/test/test:all --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a93615..31b21fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,5 @@ jobs: gem install bundler bundle install --jobs 4 --retry 3 bundle exec rails db:prepare - bundle exec rails test + bundle exec rails test:all bundle exec rspec