Skip to content

Commit

Permalink
running tests seems to be broken using lein-monolith.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed Dec 14, 2017
1 parent ed3f595 commit 3187fba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions release.sh
Expand Up @@ -56,8 +56,12 @@ function deploy_artifacts() {
}

function run_tests() {
$LEIN_EACH :in ancient-clj install > /dev/null
$LEIN_EACH test
cd ancient-clj
$LEIN test
$LEIN install > /dev/null
cd ../lein-ancient
$LEIN test
cd ..
}

# ---------------------------
Expand Down

0 comments on commit 3187fba

Please sign in to comment.