From c7f34eaf9d633e0376c47275c11ca9b1e730ef8a Mon Sep 17 00:00:00 2001 From: TapTap Date: Sun, 19 Jul 2026 22:45:37 +0200 Subject: [PATCH] ci: symlink build dir for sanitizer integration tests --- .gitea/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index f1ccc36..b1d4400 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -53,6 +53,9 @@ jobs: - name: Build run: cmake --build build-${{ matrix.sanitizer }} -j$(nproc) + - name: Symlink for integration tests + run: ln -sf build-${{ matrix.sanitizer }} build + - name: Unit Tests run: ./build-${{ matrix.sanitizer }}/tests