Skip to content

Commit 47595b9

Browse files
trflynn89ADKaster
authored andcommitted
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.
1 parent 988130a commit 47595b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Meta/Azure/Lagom.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
CTEST_OUTPUT_ON_FAILURE: 1
149149
ASAN_OPTIONS: 'strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=1'
150150
UBSAN_OPTIONS: 'print_stacktrace=1:print_summary=1:halt_on_error=1'
151+
TESTS_ONLY: 1
151152
152153
- ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}:
153154
- script: |

0 commit comments

Comments
 (0)