Skip to content

Commit

Permalink
maybe fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Aug 26, 2024
1 parent f0b8613 commit c238aa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
- name: test installed build
run: |
sudo apt install fzf ripgrep
fzf --walker-root=/usr -f "lib /cmake/ /dependencyConfig.cmake" | rg lib | rg cmake | rg Config.cmake
fzf --walker-root=/usr -f header_onlyConfig.cmake | rg share/cmake
# test if header only library's CMake configs are installed to a ABI-independent dir.
test -e /usr/share/cmake/header_only-1.0/header_onlyConfig.cmake
cmake -S test -B build/installed -D TEST_INSTALLED_VERSION=1
cmake --build build/installed
cmake --build build/installed --target test
Expand Down

0 comments on commit c238aa6

Please sign in to comment.