Skip to content
Snippets Groups Projects
Commit 510ce2f4 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

use `lein test` in circl ci now.

parent 7de85c1f
No related branches found
No related tags found
No related merge requests found
test:
override:
- case $CIRCLE_NODE_INDEX in 0) lein eastwood ;; 1) lein expectations ;; esac:
- case $CIRCLE_NODE_INDEX in 0) lein eastwood ;; 1) lein test ;; esac:
parallel: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment