From e56a7cd1013c7ea553d98af18113ebcda42b7847 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Sun, 15 Sep 2024 21:39:36 -0700 Subject: [PATCH] ci: update ci file --- .github/workflows/clojure.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index c7a9ec2..037c14b 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -33,9 +33,16 @@ jobs: run: | cd http3 cljfmt check + cd http2 + cljfmt check cd .. cljfmt check - - name: Install modules + - name: Install http2 + run: | + cd http2 + lein test + lein install + - name: Install http3 run: | cd http3 lein test