Skip to content

Commit c974d56

Browse files
authored
Add scicloj.ml to test-all-the-things
1 parent d08befe commit c974d56

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,3 +897,13 @@ jobs:
897897
clojureRef: ${{ inputs.clojureRef }}
898898
subjectRepo: 'taoensso/nippy'
899899
subjectRef: 'master'
900+
901+
test-scicloj-ml:
902+
uses: ./.github/workflows/test-deps-repo.yml
903+
with:
904+
clojureRepo: ${{ inputs.clojureRepo }}
905+
clojureRef: ${{ inputs.clojureRef }}
906+
subjectRepo: 'scicloj/scicloj.ml'
907+
subjectRef: 'master'
908+
testDir: '.'
909+
testCmd: '-M:test-runner'

0 commit comments

Comments
 (0)