Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-intel committed Nov 27, 2024
1 parent a1d31f7 commit cea1af9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev_cpu_linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@ jobs:
# apt-get update && apt-get install -y --no-install-recommends apt-utils
# apt-get -y install curl
# apt-get install libgomp1
pushd ${INSTALL_TEST_DIR}/tests
echo 'find libgomp - start'
ldconfig -p | grep libgomp.so.1
echo 'find libgomp - end'
popd
${XUANTIE_DIR}/${XUANTIE_TAR_NAME}/bin/qemu-riscv64 ${INSTALL_TEST_DIR}/tests/ov_cpu_func_tests --gtest_filter=*smoke_AdaPoolAvg4DLayoutTest* --gtest_print_time=1
timeout-minutes: 25

Expand Down

0 comments on commit cea1af9

Please sign in to comment.