From 677b27a9ac50666c40dacbb2dd4ba6de367ec8e5 Mon Sep 17 00:00:00 2001 From: Alex Oloo Date: Sat, 18 May 2024 09:01:51 +0200 Subject: [PATCH] v0.5.1 --- .github/workflows/clojure.yml | 4 ++-- project.clj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index d47ec7c..1f3b599 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -76,8 +76,8 @@ jobs: export PATH=~/.npm-global/bin:$PATH source ~/.profile npm install -g firebase-tools@8.5.0 - # bash ./ci.sh - # bash <(curl -s https://codecov.io/bash) + bash ./ci.sh + bash <(curl -s https://codecov.io/bash) - name: Build native image Java-11 env: diff --git a/project.clj b/project.clj index d735a25..fe41b10 100644 --- a/project.clj +++ b/project.clj @@ -21,8 +21,8 @@ :repl-options {:init-ns fire.core} :cloverage {:runner :eftest :runner-opts {:test-warn-time 500 - :fail-fast? false - :multithread? :namespaces}} + :fail-fast? false + :multithread? :namespaces}} :profiles { :dev {:plugins [[lein-shell "0.5.0"]] :env {:wrong-api "GARBAGE"} :dependencies [ [com.climate/claypoole "1.1.4"]