We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498de52 commit ce6f4adCopy full SHA for ce6f4ad
.github/workflows/test.yml
@@ -19,4 +19,4 @@ jobs:
19
ruby-version: ${{ matrix.ruby-version }}
20
bundler-cache: true
21
- name: Run Tests
22
- run: RACK_ENV=test bundle exec rake
+ run: RACK_ENV=test bundle exec rake spec
0 commit comments