Skip to content

Commit

Permalink
Update test files for jij, eos and decimation workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Nov 10, 2023
1 parent 4756839 commit 9caba94
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion tests/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ if [[ ! -z "$RUN_ALL" ]]; then
# now workflow tests
pytest --cov-report=$repfmt --cov=../ --cov-append --ignore=jukkr workflows/ $addopt
elif [[ ! -z "$GITHUB_SUITE" ]]; then
pytest --cov-report=$repfmt --cov=../ --cov-report xml:coverage.xml --ignore=workflows --ignore=jukkr --mpl -p no:warnings $addopt
if [[ -z "$SKIP_NOWORK" ]]; then
pytest --cov-report=$repfmt --cov=../ --cov-report xml:coverage.xml --ignore=workflows --ignore=jukkr --mpl -p no:warnings $addopt
fi
pytest --cov-report=$repfmt --cov-append --cov=../ -x ./workflows/test_vorostart_wc.py \
./workflows/test_scf_wc_simple.py \
./workflows/test_dos_wc.py \
Expand Down

0 comments on commit 9caba94

Please sign in to comment.