diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ada062..ddd5de97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: bundle exec rake code:analysis - name: Run Tests run: | - bundle exec rspec + bundle exec rake knapsack:rspec - name: Check for missing annotations run: bundle exec annotate - name: Check for untracked changes in app and spec directories