We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37153b4 commit 7e65b4dCopy full SHA for 7e65b4d
3 files changed
.github/workflows/python-ci.yaml
@@ -29,5 +29,7 @@ jobs:
29
30
# Lint is already included in `make test`
31
32
+ # Lint is already included in `make test`
33
+
34
- name: Run tests
35
run: make test
Makefile
@@ -23,4 +23,4 @@ test: format
23
24
.PHONY: test-integration
25
test-integration: format
26
- $(POETRY) run pytest tests/integration
+ $(POETRY) run pytest tests/integration
0 commit comments