Refactor Makefile: Removed unnecessary code in ci target

This commit is contained in:
2024-01-30 09:59:09 -05:00
parent bbacbd7225
commit 221e03c7a0
+1 -1
View File
@@ -4,7 +4,7 @@ test:
fmt:
ruff format .
ci:
pytest --cov=neon_client --record-mode=none tests/
pytest --record-mode=none tests/
record:
pytest --record-mode=rewrite tests/