okay that was unfortunate
Some checks failed
CI & Unit Tests / Unit-Tests (push) Failing after 20s

This commit is contained in:
erki 2023-05-15 23:30:27 +03:00
parent 54a4ec029b
commit 83bfbd8dc1

View File

@ -16,10 +16,10 @@ jobs:
- name: Configure build - name: Configure build
working-directory: ${{runner.workspace}} working-directory: ${{runner.workspace}}
run: | run: |
cmake ./Tests -Bbuild -H$GITHUB_WORKSPACE \ cmake . -Bbuild -H$GITHUB_WORKSPACE \
-G"Ninja" \ -G"Ninja" \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DWITH_TESTS=ON -DSKULLC_WITH_TESTS=ON
ls ${{runner.workspace}} ls ${{runner.workspace}}
- name: Build tests + lib - name: Build tests + lib