Update pytest workflow and Makefile for CI

This commit is contained in:
2024-01-25 10:25:30 -05:00
parent 510286e917
commit 36a17ea432
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
test:
pytest --record-mode=none tests/
ci:
pytest --cov=neon_client --record-mode=none tests/
test-build:
pytest --record-mode=rewrite tests/