Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Oct 10, 2024
1 parent 1c0c218 commit 4492be7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
binary_dir: ${{ env.CMAKE_BINARY_PREFIX }}
variables: |
CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }}
list_cache_variables: -LA
list_cache_variables: advanced

- name: 🧪 Test
run: ctest -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure -VV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
binary_dir: ${{ env.CMAKE_BINARY_PREFIX }}
variables: |
CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }}
list_cache_variables: -LA
list_cache_variables: advanced

- name: 🧪 Test
run: ctest -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
binary_dir: ${{ env.CMAKE_BINARY_PREFIX }}
variables: |
CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }}
list_cache_variables: -LA
list_cache_variables: advanced

- name: 🧪 Test
run: ctest -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
Expand Down

0 comments on commit 4492be7

Please sign in to comment.