From 3574a1ac933acf6eae6cf531d5b9d5114df9a745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Sun, 26 May 2024 10:08:14 +0200 Subject: [PATCH] Disable HeavyData tests to reduce lfs usage on github At this moment heavy tests are enabled for code coverage workflow --- .github/workflows/linux-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index cca71edd6d..85cd98c8fd 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - lfs: true + lfs: false - name: Install system dependencies run: | @@ -108,5 +108,6 @@ jobs: run-test: true ctest-options: --output-on-failure + -LE "HeavyData" env: TSAN_OPTIONS=suppressions: ${{ runner.workspace }}/photobroom/sanitizer-thread-suppressions.txt