DEV: Run `turbo_rspec` in the verbose mode on CI
This commit is contained in:
parent
7c12ca89cb
commit
78dcf4ad08
|
@ -111,7 +111,7 @@ jobs:
|
|||
|
||||
- name: Core RSpec
|
||||
if: matrix.build_type == 'backend' && matrix.target == 'core'
|
||||
run: bin/turbo_rspec
|
||||
run: bin/turbo_rspec --verbose
|
||||
|
||||
- name: Plugin RSpec
|
||||
if: matrix.build_type == 'backend' && matrix.target == 'plugins'
|
||||
|
|
Loading…
Reference in New Issue