Skip to content

Commit

Permalink
Add scicloj.ml to test-all-the-things
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger authored Mar 5, 2024
1 parent d08befe commit c974d56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -897,3 +897,13 @@ jobs:
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'taoensso/nippy'
subjectRef: 'master'

test-scicloj-ml:
uses: ./.github/workflows/test-deps-repo.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'scicloj/scicloj.ml'
subjectRef: 'master'
testDir: '.'
testCmd: '-M:test-runner'

0 comments on commit c974d56

Please sign in to comment.