Skip to content

Commit a543fb1

Browse files
make: run lint before tests
Closes #270
1 parent 28aa7f5 commit a543fb1

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)