Add 'record' target to Makefile

This commit is contained in:
2024-01-30 09:51:20 -05:00
parent c38031672d
commit 0383021e75
+1 -1
View File
@@ -6,7 +6,7 @@ fmt:
ci:
pytest --cov=neon_client --record-mode=none tests/
test-build:
record:
pytest --record-mode=rewrite tests/
gen-model: fetch-v2-schema