Skip to content

Commit

Permalink
Solve
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethassogba committed Nov 12, 2024
1 parent 5c50ea7 commit ed6f06b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: Run test_omp
run: ${{github.workspace}}/build/test_omp

- name: clang-tidy
run: make clang-tidy
# - name: clang-tidy
# run: make clang-tidy
# cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug --target clang-tidy -j

# - name: Test
# working-directory: ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit ed6f06b

Please sign in to comment.