Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type-check and tests automation on GitHub #48

Open
steinerkelvin opened this issue Apr 28, 2024 · 0 comments
Open

Type-check and tests automation on GitHub #48

steinerkelvin opened this issue Apr 28, 2024 · 0 comments
Assignees

Comments

@steinerkelvin
Copy link
Contributor

steinerkelvin commented Apr 28, 2024

communex/Makefile

Lines 11 to 25 in f886e72

check: lint type_check
lint:
ruff check ./src ./tests
type_check:
pyright ./src ./tests
test_all: test test_slow
test:
pytest -k "not slow"
test_slow:
pytest -k "slow"

@steinerkelvin steinerkelvin changed the title Type-check and tests automation Type-check and tests automation on GitHub Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants