DEV: Run `turbo_rspec` in the verbose mode on CI

This commit is contained in:
Jarek Radosz 2021-06-07 21:28:59 +02:00 committed by Alan Guo Xiang Tan
parent 7c12ca89cb
commit 78dcf4ad08
1 changed files with 1 additions and 1 deletions

View File

@ -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'