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