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:
Timothy Flynn 2023-07-26 16:12:11 -04:00 committed by Andrew Kaster
parent 988130a935
commit 47595b9ef0
Notes: sideshowbarker 2024-07-17 04:32:07 +09:00

View file

@ -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: |