CI: Set TESTS_ONLY mode for unit tests on Lagom
This disables running benchmark test cases on Lagom in CI. When we run unit tests on-board Serenity, run-tests sets this environment variable. We do not use that utility to run unit tests on Lagom, so we've been running benchmark tests unnecessarily.
This commit is contained in:
parent
988130a935
commit
47595b9ef0
Notes:
sideshowbarker
2024-07-17 04:32:07 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/47595b9ef0 Pull-request: https://github.com/SerenityOS/serenity/pull/20214
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ jobs:
|
|||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
ASAN_OPTIONS: 'strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=1'
|
||||
UBSAN_OPTIONS: 'print_stacktrace=1:print_summary=1:halt_on_error=1'
|
||||
TESTS_ONLY: 1
|
||||
|
||||
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
|
||||
- script: |
|
||||
|
|
Loading…
Add table
Reference in a new issue