ci: symlink build dir for sanitizer integration tests
This commit is contained in:
@@ -53,6 +53,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build-${{ matrix.sanitizer }} -j$(nproc)
|
run: cmake --build build-${{ matrix.sanitizer }} -j$(nproc)
|
||||||
|
|
||||||
|
- name: Symlink for integration tests
|
||||||
|
run: ln -sf build-${{ matrix.sanitizer }} build
|
||||||
|
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: ./build-${{ matrix.sanitizer }}/tests
|
run: ./build-${{ matrix.sanitizer }}/tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user