Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating config.yml #647

Merged
merged 18 commits into from
Oct 31, 2020
Prev Previous commit
Next Next commit
fixed run_tests options
  • Loading branch information
Muryanto committed Oct 30, 2020
commit af4218f1ce373c76df8a3e45e82d2e21f53063dd
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ conda-dump-env:
source $(conda_activate) $(conda_test_env); conda list --explicit > $(artifact_dir)/$(conda_env_filename).txt

run-tests:
source $(conda_activate) $(conda_test_env); python run_tests.py -n 4 -H -v2 --timeout=100000 \
--checkout-baseline --no-vtk-ui
source $(conda_activate) $(conda_test_env); python run_tests.py -H -v2 $(coverage_opt)

run-doc-test:
source $(conda_activate) $(conda_test_env); cd docs; make doctest;
Expand Down