DEV: Use documentation format for core specs on CI (#22531)

The documentation format makes it easier to link a failing test to the
process it was launched in.
This commit is contained in:
Alan Guo Xiang Tan
2023-07-11 10:12:51 +08:00
committed by GitHub
parent ab053ac669
commit 433cb7092d

View File

@@ -189,7 +189,7 @@ jobs:
- name: Core RSpec
if: matrix.build_type == 'backend' && matrix.target == 'core'
run: bin/turbo_rspec --use-runtime-info --verbose
run: bin/turbo_rspec --use-runtime-info --verbose --format documentation
- name: Plugin RSpec
if: matrix.build_type == 'backend' && matrix.target == 'plugins'