Skip to content

Commit

Permalink
add command line test
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed May 10, 2021
1 parent 6217fd0 commit de23661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
ceci tests/test.yml
ceci --dry-run tests/test.yml
pytest --cov=ceci
# add a test with the memory monitor and profiling switched on
python3 -m ceci_example PZEstimationPipe --DM=./tests/inputs/dm.txt --fiducial_cosmology=./tests/inputs/fiducial_cosmology.txt --config=./tests/config.yml --photoz_pdfs=./tests/outputs/photoz_pdfs.txt --memmon=1 --cprofile=profile.stats
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit de23661

Please sign in to comment.