Skip to content

Commit 75179ac

Browse files
committed
Use rake task to run specs in CI
Ensures to run all specs, including the isolated ones
1 parent 720ebd7 commit 75179ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true
3030
- name: RSpec tests
31-
run: bundle exec rspec
31+
run: bundle exec rake spec
3232

3333
lint:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)