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