Skip to content

Commit

Permalink
#1920: Remove changes in sh script and yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Dec 9, 2022
1 parent 363967d commit e443cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macosx-clang-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Build
shell: bash
run: |
PATH=~/.mpich/bin:$PATH ci/build_cpp.sh $(pwd) $(pwd)/build hello_world
PATH=~/.mpich/bin:$PATH ci/build_cpp.sh $(pwd) $(pwd)/build
- name: Test
shell: bash
run: |
PATH=~/.mpich/bin:$PATH ci/test_cpp.sh $(pwd) $(pwd)/build hello_world
PATH=~/.mpich/bin:$PATH ci/test_cpp.sh $(pwd) $(pwd)/build
3 changes: 1 addition & 2 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ 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 -R hello_world_2 || true
ctest --output-on-failure -L 'unit_test|example' | tee cmake-output.log

if test "${CODE_COVERAGE:-0}" -eq 1
then
Expand Down

0 comments on commit e443cef

Please sign in to comment.