diff --git a/.github/workflows/test-all-the-things.yml b/.github/workflows/test-all-the-things.yml index 317485f..a1daea0 100644 --- a/.github/workflows/test-all-the-things.yml +++ b/.github/workflows/test-all-the-things.yml @@ -61,6 +61,14 @@ jobs: subjectRepo: 'clojure/java.jdbc' subjectRef: 'master' + test-transit-clj: + uses: ./.github/workflows/test-mvn-repo.yml + with: + clojureRepo: ${{ inputs.clojureRepo }} + clojureRef: ${{ inputs.clojureRef }} + subjectRepo: 'cognitect/transit-clj' + subjectRef: 'master' + test-data-json: uses: ./.github/workflows/test-mvn-repo.yml with: