Skip to content

Commit

Permalink
Disable HeavyData tests to reduce lfs usage on github
Browse files Browse the repository at this point in the history
At this moment heavy tests are enabled for code coverage workflow
  • Loading branch information
Kicer86 committed May 26, 2024
1 parent a7eadd5 commit 3574a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
lfs: true
lfs: false

- name: Install system dependencies
run: |
Expand Down Expand Up @@ -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

0 comments on commit 3574a1a

Please sign in to comment.