Skip to content

Commit

Permalink
Shorten tests; print out dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Sep 10, 2024
1 parent 1a73b62 commit cfee53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ jobs:
run: |
$PYTHON_EXE -m pytest -v \
-W ignore::Warning ${{matrix.category}} \
pyomo `pwd`/pyomo-model-libraries \
`pwd`/examples `pwd`/doc --junitxml="TEST-pyomo.xml"
- name: Run Pyomo MPI tests
Expand Down Expand Up @@ -852,6 +851,7 @@ jobs:
fi
for ARTIFACT in artifacts/*_*${{matrix.TARGET}}_*; do
NAME=`echo $ARTIFACT | cut -d/ -f2`
ls -la $ARTIFACT
cp -v $ARTIFACT/.coverage .coverage-$NAME
done
rm -vf .coverage coverage.xml
Expand Down

0 comments on commit cfee53e

Please sign in to comment.