We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cc686 commit c0ecfb0Copy full SHA for c0ecfb0
1 file changed
.github/workflows/make.yml
@@ -46,7 +46,7 @@ env:
46
MAKE_DEFINES: ''
47
# When true, make.pas builds and runs console benchmarks after the test suite.
48
# Override per job below, like MAKE_BUILD_BACKEND.
49
- MAKE_RUN_BENCHMARK: true
+ MAKE_RUN_BENCHMARK: false
50
# Set by the workflow_dispatch "debug" toggle; '1' enables `set -x` tracing in
51
# install-fpc-lazarus.sh, '0' otherwise. Forwarded into the sandboxed jobs below.
52
CI_DEBUG: ${{ github.event.inputs.debug == 'true' && '1' || '0' }}
0 commit comments