Skip to content

Commit d08befe

Browse files
authored
Update test-all-the-things.yml
Add taoensso/nippy to test-all-the-things
1 parent 87e403f commit d08befe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-all-the-things.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,3 +889,11 @@ jobs:
889889
subjectRef: 'master'
890890
testDir: '.'
891891
testCmd: '-M:test:runner'
892+
893+
test-nippy:
894+
uses: ./.github/workflows/test-lein-repo.yml
895+
with:
896+
clojureRepo: ${{ inputs.clojureRepo }}
897+
clojureRef: ${{ inputs.clojureRef }}
898+
subjectRepo: 'taoensso/nippy'
899+
subjectRef: 'master'

0 commit comments

Comments
 (0)