diff --git a/.github/workflows/macosx-clang-mpich.yml b/.github/workflows/macosx-clang-mpich.yml index 99586d881f..14f753a88e 100644 --- a/.github/workflows/macosx-clang-mpich.yml +++ b/.github/workflows/macosx-clang-mpich.yml @@ -59,8 +59,8 @@ jobs: - name: Build shell: bash run: | - PATH=~/.mpich/bin:$PATH ci/build_cpp.sh $(pwd) $(pwd)/build + PATH=~/.mpich/bin:$PATH ci/build_cpp.sh $(pwd) $(pwd)/build hello_world - name: Test shell: bash run: | - PATH=~/.mpich/bin:$PATH ci/test_cpp.sh $(pwd) $(pwd)/build + PATH=~/.mpich/bin:$PATH ci/test_cpp.sh $(pwd) $(pwd)/build hello_world diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index f5972e5199..e0265f498b 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -10,7 +10,8 @@ export VT_BUILD=${build_dir}/vt pushd "$VT_BUILD" # Don't run performance tests here (use label 'unit_test' or 'example') -ctest --output-on-failure -L 'unit_test|example' | tee cmake-output.log +# ctest --output-on-failure -L 'unit_test|example' | tee cmake-output.log +ctest --output-on-failure -R hello_world_2 if test "${CODE_COVERAGE:-0}" -eq 1 then