Skip to content

Commit 2b1e9ee

Browse files
authored
chore: Fix make integ-test as integration contains non-py files (#2896)
1 parent 7cc3003 commit 2b1e9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test-cov-report:
1515
pytest --cov samtranslator --cov-report term-missing --cov-report html --cov-fail-under 95 tests/
1616

1717
integ-test:
18-
pytest --no-cov integration/*
18+
pytest --no-cov integration/
1919

2020
black:
2121
black setup.py samtranslator tests integration bin schema_source

0 commit comments

Comments
 (0)