dont test cuz no theme

This commit is contained in:
Vaxry 2024-03-11 22:16:12 +00:00
parent 02b405bbc4
commit 94361fd8a7
1 changed files with 0 additions and 4 deletions

View File

@ -31,7 +31,3 @@ jobs:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
cmake --install ./build
- name: Run tests
run: |
cd ./build && ctest --output-on-failure