Skip to content

Commit 3feb751

Browse files
committed
Lint before testing in the CI
- If there is a lint problem, we fail before we start running the tests to ensure the submitter gets feedback right away instead of waiting for the tests to run.
1 parent 49db96d commit 3feb751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
cp requirements-dev.txt ./env/requirements.built
2121

2222
.PHONY: ci
23-
ci: test_coverage lint
23+
ci: lint test_coverage
2424

2525
.PHONY: lint
2626
lint: $(LINT_TARGETS)

0 commit comments

Comments
 (0)