Skip to content

Commit

Permalink
enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Apr 26, 2024
1 parent 689d68a commit 1a41376
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
-DENABLE_PYTHON=ON \
-DCPACK_GENERATOR=TGZ \
-DENABLE_WHEEL=ON \
-DENABLE_TESTS=OFF \
-DENABLE_TESTS=ON \
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ env.CMAKE_CXX_COMPILER_LAUNCHER }} \
-DCMAKE_C_COMPILER_LAUNCHER=${{ env.CMAKE_C_COMPILER_LAUNCHER }} \
-S ${OPENVINO_REPO} \
Expand All @@ -144,9 +144,6 @@ jobs:
- name: Cmake build
run: cmake --build ${BUILD_DIR} --parallel

- name: Cmake build - dev targets
run: cmake --build ${BUILD_DIR} --parallel --target ov_dev_targets

- name: Show ccache stats
run: ccache --show-stats

Expand Down

0 comments on commit 1a41376

Please sign in to comment.