DEV: Show which system tests are being executed in CI (#20795)
... to see if it's always the same test causing timeouts
This commit is contained in:
parent
ebada4a6b0
commit
52999d1422
|
@ -198,7 +198,7 @@ jobs:
|
||||||
|
|
||||||
- name: Core System Tests
|
- name: Core System Tests
|
||||||
if: matrix.build_type == 'system' && matrix.target == 'core'
|
if: matrix.build_type == 'system' && matrix.target == 'core'
|
||||||
run: bin/rspec spec/system
|
run: bin/rspec spec/system -f d
|
||||||
|
|
||||||
- name: Plugin System Tests
|
- name: Plugin System Tests
|
||||||
if: matrix.build_type == 'system' && matrix.target == 'plugins'
|
if: matrix.build_type == 'system' && matrix.target == 'plugins'
|
||||||
|
|
Loading…
Reference in New Issue