Skip to content

Commit

Permalink
dont test cuz no theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Mar 11, 2024
1 parent 02b405b commit 94361fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94361fd

Please sign in to comment.