From d69299defd47b83e4106e6cc9407bf05f182ed53 Mon Sep 17 00:00:00 2001 From: Stanley Date: Fri, 13 Sep 2024 15:57:31 +0800 Subject: [PATCH] Add features test to github workflow --- .github/workflows/ruby.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 729de94a2..b4382b560 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -45,3 +45,5 @@ jobs: run: bundle exec rake spec:mailers - name: Run lib tests run: bundle exec rake spec:lib + - name: Run feature tests + run: bundle exec rake spec:features