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:
Daniel Waterworth 2023-03-23 15:12:14 -05:00 committed by GitHub
parent ebada4a6b0
commit 52999d1422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ jobs:
- name: Core System Tests
if: matrix.build_type == 'system' && matrix.target == 'core'
run: bin/rspec spec/system
run: bin/rspec spec/system -f d
- name: Plugin System Tests
if: matrix.build_type == 'system' && matrix.target == 'plugins'