Skip to content

Commit 662a830

Browse files
committed
Revert "Update Makefile"
This reverts commit 2504922.
1 parent 02782c7 commit 662a830

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
@@ -30,7 +30,7 @@ pull-docker:
3030

3131
test:
3232
pip install -e .[test]
33-
pytest -rvx --setup-show --cov=ansys.dynamicreporting.core --cov-report html:coverage-html --cov-report term --cov-report xml:coverage.xml tests/serverless
33+
pytest -rvx --setup-show --cov=ansys.dynamicreporting.core --cov-report html:coverage-html --cov-report term --cov-report xml:coverage.xml
3434

3535
test-dev:
3636
pip install -e .[test]

0 commit comments

Comments
 (0)