Skip to content

Commit

Permalink
chore: Fix make integ-test as integration contains non-py files (#2896)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung authored Feb 11, 2023
1 parent 7cc3003 commit 2b1e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test-cov-report:
pytest --cov samtranslator --cov-report term-missing --cov-report html --cov-fail-under 95 tests/

integ-test:
pytest --no-cov integration/*
pytest --no-cov integration/

black:
black setup.py samtranslator tests integration bin schema_source
Expand Down

0 comments on commit 2b1e9ee

Please sign in to comment.