Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# @todo Temporary, expect to revert in 0.60
continue-on-error: true
- name: Ensure specs still run
run: bundle exec rake spec
run: bundle exec rake full_spec
rails:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# @todo Temporary, expect to revert in 0.60
continue-on-error: true
- name: Ensure specs still run
run: bundle exec rake spec
run: bundle exec rake full_spec
rspec:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
# @todo Temporary, expect to revert in 0.60
continue-on-error: true
- name: Ensure specs still run
run: bundle exec rake spec
run: bundle exec rake full_spec

run_solargraph_rspec_specs:
# check out solargraph-rspec as well as this project, and point the former to use the latter as a local gem
Expand Down
Loading