mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ jobs:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
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'
|
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'
|
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') ) }}:
|
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue