Skip to content

Commit

Permalink
Don't run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jun 7, 2024
1 parent 44b9adb commit ddea371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Build using CMake
run: >
./build_samples.sh
--no-tests
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
--no-tests

0 comments on commit ddea371

Please sign in to comment.