Skip to content

Commit

Permalink
run tests with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarroway committed Jun 29, 2024
1 parent f740aa7 commit 3d6d943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d6d943

Please sign in to comment.