FIX: Fix target names in Makefile (#865)

Fix target names in the makefile to resolve make rules error.
This commit is contained in:
Jubin Mathew 2023-04-06 17:30:24 +05:30 коммит произвёл GitHub
Родитель dc3448be0a
Коммит 2613b2eaeb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -106,7 +106,7 @@ call_pytest_and_coverage:
pytest_and_coverage: pip_test call_pytest_and_coverage
# install test requirements and run all tests
test_all: pip_test call_flake8 call_mypy call_pytest_and_coverage
test_all: pip_test flake8 mypy call_pytest_and_coverage
# build the github format_coverage action
action: