Skip to content

Commit 9c9bdfc

Browse files
make: run lint before tests
Closes #270
1 parent 0c4f553 commit 9c9bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lint:
1313

1414

1515
.PHONY: test
16-
test:
16+
test: lint
1717
python3 setup.py test
1818

1919
.PHONY: test-pure-install

0 commit comments

Comments
 (0)