From 3d6d9437dd00ef0ac3ed61fdc1e5ef055e906bed Mon Sep 17 00:00:00 2001 From: George Narroway Date: Tue, 11 Oct 2022 10:40:06 +0800 Subject: [PATCH] run tests with deps --- .github/workflows/test-and-publish.yml | 6 +++--- CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 67eeb7c..fe199ae 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -27,10 +27,10 @@ jobs: - name: Install clojure tools uses: DeLaGuardo/setup-clojure@9.5 with: - lein: 2.9.10 + cli: 1.11.1.1165 - - name: Test with lein - run: lein test + - name: Test with deps + run: clojure -X:test publish: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb014f..171e49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] ### Changed - updated various dev dependencies +- run tests with deps instead of lein ### Fixed - shutdown threadpool in custom executor test so test finishes cleanly