Skip to content

Commit

Permalink
Fix fast-test-ci name in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarti committed Feb 17, 2024
1 parent 4bf59b3 commit 1baf6f7
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 @@ -102,7 +102,7 @@ fast-test:

# Limits the number of threads to 4 to avoid overloading the CI
.PHONY: fast-test-ci
fast-test:
fast-test-ci:
$(PYTHON) -m pytest -n 4 -c pyproject.toml -v -m "not slow"

.PHONY: codecov
Expand Down

0 comments on commit 1baf6f7

Please sign in to comment.