Skip to content

Commit

Permalink
Update test-all-the-things.yml
Browse files Browse the repository at this point in the history
Add taoensso/nippy to test-all-the-things
  • Loading branch information
puredanger authored Mar 5, 2024
1 parent 87e403f commit d08befe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -889,3 +889,11 @@ jobs:
subjectRef: 'master'
testDir: '.'
testCmd: '-M:test:runner'

test-nippy:
uses: ./.github/workflows/test-lein-repo.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'taoensso/nippy'
subjectRef: 'master'

0 comments on commit d08befe

Please sign in to comment.