Skip to content

Commit

Permalink
Refactor Makefile: Removed unnecessary code in ci target
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Jan 30, 2024
1 parent bbacbd7 commit 221e03c
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 @@ -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/
Expand Down

0 comments on commit 221e03c

Please sign in to comment.