Run lein check on CI

This commit is contained in:
Rob Hanlon 2020-10-22 10:41:55 -07:00
parent 167fa385a2
commit 9b0b5da658
No known key found for this signature in database
GPG key ID: 14C05B6156CB50E6

View file

@ -36,6 +36,9 @@ jobs:
- ~/.m2 - ~/.m2
key: v1-dependencies-{{ checksum "project.clj" }} key: v1-dependencies-{{ checksum "project.clj" }}
# check syntax and warn on reflection
- run: lein check
# run tests! # run tests!
- run: lein test - run: lein test