diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 95074b58b56..8f0ad35c23d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -235,11 +235,11 @@ jobs: - name: Core RSpec if: matrix.build_type == 'backend' && matrix.target == 'core' - run: bin/turbo_rspec --use-runtime-info --verbose --format documentation + run: bin/turbo_rspec --use-runtime-info --verbose --format=documentation --profile=50 - name: Plugin RSpec if: matrix.build_type == 'backend' && matrix.target == 'plugins' - run: bin/rake plugin:turbo_spec['*','--verbose --format documentation --use-runtime-info'] + run: bin/rake plugin:turbo_spec['*','--verbose --format=documentation --use-runtime-info --profile=50'] - name: Plugin QUnit if: matrix.build_type == 'frontend' && matrix.target == 'plugins'