@@ -29,149 +29,97 @@ jobs:
29
29
# clojureRef: ${{ inputs.clojureRef }}
30
30
# subjectRepo: 'clj-commons/durable-queue'
31
31
# subjectRef: 'master'
32
- test-humanize :
32
+ test-pretty :
33
33
uses : ./.github/workflows/deps-test.yml
34
34
with :
35
35
clojureRepo : ${{ inputs.clojureRepo }}
36
36
clojureRef : ${{ inputs.clojureRef }}
37
37
testCmd : ' -X:test'
38
38
testDir : ' .'
39
- subjectRepo : ' clj-commons/humanize'
40
- subjectRef : ' master'
41
- test-kibit :
39
+ subjectRepo : ' clj-commons/pretty'
40
+ subjectRef : ' main'
41
+ test-rewrite-clj :
42
+ uses : ./.github/workflows/deps-test.yml
43
+ with :
44
+ clojureRepo : ${{ inputs.clojureRepo }}
45
+ clojureRef : ${{ inputs.clojureRef }}
46
+ testCmd : ' -M:test-common:kaocha'
47
+ testDir : ' .'
48
+ subjectRepo : ' clj-commons/rewrite-clj'
49
+ subjectRef : ' main'
50
+ # test-seesaw:
51
+ # uses: ./.github/workflows/lein-test.yml
52
+ # with:
53
+ # clojureRepo: ${{ inputs.clojureRepo }}
54
+ # clojureRef: ${{ inputs.clojureRef }}
55
+ # testCmd: 'run -m lazytest.main test'
56
+ # testDir: '.'
57
+ # subjectRepo: 'clj-commons/seesaw'
58
+ # subjectRef: 'master'
59
+ test-dom-top :
42
60
uses : ./.github/workflows/lein-test.yml
43
61
with :
44
62
clojureRepo : ${{ inputs.clojureRepo }}
45
63
clojureRef : ${{ inputs.clojureRef }}
46
- subjectRepo : ' clj-commons/kibit '
64
+ subjectRepo : ' aphyr/dom-top '
47
65
subjectRef : ' master'
48
- test-ordered :
49
- uses : ./.github/workflows/lein -test.yml
66
+ test-sweet-array :
67
+ uses : ./.github/workflows/deps -test.yml
50
68
with :
51
69
clojureRepo : ${{ inputs.clojureRepo }}
52
70
clojureRef : ${{ inputs.clojureRef }}
53
- subjectRepo : ' clj-commons/ordered'
71
+ testCmd : ' -M:test'
72
+ testDir : ' .'
73
+ subjectRepo : ' athos/sweet-array'
54
74
subjectRef : ' master'
55
- test-pretty :
75
+ test-dynaload :
56
76
uses : ./.github/workflows/deps-test.yml
57
77
with :
58
78
clojureRepo : ${{ inputs.clojureRepo }}
59
79
clojureRef : ${{ inputs.clojureRef }}
60
- testCmd : ' -X: test'
80
+ testCmd : ' -M:clj- test'
61
81
testDir : ' .'
62
- subjectRepo : ' clj-commons/pretty '
82
+ subjectRepo : ' borkdude/dynaload '
63
83
subjectRef : ' master'
64
- test-primitive-math :
84
+ test-clara-rules :
65
85
uses : ./.github/workflows/lein-test.yml
66
86
with :
67
87
clojureRepo : ${{ inputs.clojureRepo }}
68
88
clojureRef : ${{ inputs.clojureRef }}
69
- subjectRepo : ' clj-commons/primitive-math '
89
+ subjectRepo : ' cerner/clara-rules '
70
90
subjectRef : ' master'
71
- test-rewrite-clj :
91
+ test-xforms :
72
92
uses : ./.github/workflows/deps-test.yml
73
93
with :
74
94
clojureRepo : ${{ inputs.clojureRepo }}
75
95
clojureRef : ${{ inputs.clojureRef }}
76
- testCmd : ' -M:test-common :kaocha'
96
+ testCmd : ' -M:test:kaocha'
77
97
testDir : ' .'
78
- subjectRepo : ' clj-commons/rewrite-clj'
98
+ subjectRepo : ' cgrand/xforms'
99
+ subjectRef : ' master'
100
+ test-clj-kondo :
101
+ uses : ./.github/workflows/deps-test.yml
102
+ with :
103
+ clojureRepo : ${{ inputs.clojureRepo }}
104
+ clojureRef : ${{ inputs.clojureRef }}
105
+ testCmd : ' -M:test'
106
+ testDir : ' .'
107
+ subjectRepo : ' clj-kondo/clj-kondo'
79
108
subjectRef : ' master'
80
- test-ring-buffer :
109
+ test-archimedes :
81
110
uses : ./.github/workflows/lein-test.yml
82
111
with :
83
112
clojureRepo : ${{ inputs.clojureRepo }}
84
113
clojureRef : ${{ inputs.clojureRef }}
85
- subjectRepo : ' clj-commons/ring-buffer '
114
+ subjectRepo : ' clojurewerkz/archimedes '
86
115
subjectRef : ' master'
87
- # test-seesaw:
88
- # uses: ./.github/workflows/lein-test.yml
89
- # with:
90
- # clojureRepo: ${{ inputs.clojureRepo }}
91
- # clojureRef: ${{ inputs.clojureRef }}
92
- # testCmd: 'run -m lazytest.main test'
93
- # testDir: '.'
94
- # subjectRepo: 'clj-commons/seesaw'
95
- # subjectRef: 'master'
96
- test-tentacles :
116
+ test-chash :
97
117
uses : ./.github/workflows/lein-test.yml
98
118
with :
99
119
clojureRepo : ${{ inputs.clojureRepo }}
100
120
clojureRef : ${{ inputs.clojureRef }}
101
- subjectRepo : ' clj-commons/tentacles '
121
+ subjectRepo : ' clojurewerkz/chash '
102
122
subjectRef : ' master'
103
- # test-dom-top:
104
- # uses: ./.github/workflows/lein-test.yml
105
- # with:
106
- # clojureRepo: ${{ inputs.clojureRepo }}
107
- # clojureRef: ${{ inputs.clojureRef }}
108
- # testCmd: 'test'
109
- # testDir: '.'
110
- # subjectRepo: 'aphyr/dom-top'
111
- # subjectRef: 'master'
112
- # test-sweet-array:
113
- # uses: ./.github/workflows/deps-test.yml
114
- # with:
115
- # clojureRepo: ${{ inputs.clojureRepo }}
116
- # clojureRef: ${{ inputs.clojureRef }}
117
- # testCmd: '-M:test'
118
- # testDir: '.'
119
- # subjectRepo: 'athos/sweet-array'
120
- # subjectRef: 'master'
121
- # test-dynaload:
122
- # uses: ./.github/workflows/deps-test.yml
123
- # with:
124
- # clojureRepo: ${{ inputs.clojureRepo }}
125
- # clojureRef: ${{ inputs.clojureRef }}
126
- # testCmd: '-M:clj-test'
127
- # testDir: '.'
128
- # subjectRepo: 'borkdude/dynaload'
129
- # subjectRef: 'master'
130
- # test-clara-rules:
131
- # uses: ./.github/workflows/lein-test.yml
132
- # with:
133
- # clojureRepo: ${{ inputs.clojureRepo }}
134
- # clojureRef: ${{ inputs.clojureRef }}
135
- # testCmd: 'test'
136
- # testDir: '.'
137
- # subjectRepo: 'cerner/clara-rules'
138
- # subjectRef: 'master'
139
- # test-xforms:
140
- # uses: ./.github/workflows/deps-test.yml
141
- # with:
142
- # clojureRepo: ${{ inputs.clojureRepo }}
143
- # clojureRef: ${{ inputs.clojureRef }}
144
- # testCmd: '-M:test:kaocha'
145
- # testDir: '.'
146
- # subjectRepo: 'cgrand/xforms'
147
- # subjectRef: 'master'
148
- # test-clj-kondo:
149
- # uses: ./.github/workflows/deps-test.yml
150
- # with:
151
- # clojureRepo: ${{ inputs.clojureRepo }}
152
- # clojureRef: ${{ inputs.clojureRef }}
153
- # testCmd: '-M:test'
154
- # testDir: '.'
155
- # subjectRepo: 'clj-kondo/clj-kondo'
156
- # subjectRef: 'master'
157
- # test-archimedes:
158
- # uses: ./.github/workflows/lein-test.yml
159
- # with:
160
- # clojureRepo: ${{ inputs.clojureRepo }}
161
- # clojureRef: ${{ inputs.clojureRef }}
162
- # testCmd: 'test'
163
- # testDir: '.'
164
- # subjectRepo: 'clojurewerkz/archimedes'
165
- # subjectRef: 'master'
166
- # test-chash:
167
- # uses: ./.github/workflows/lein-test.yml
168
- # with:
169
- # clojureRepo: ${{ inputs.clojureRepo }}
170
- # clojureRef: ${{ inputs.clojureRef }}
171
- # testCmd: 'test'
172
- # testDir: '.'
173
- # subjectRepo: 'clojurewerkz/chash'
174
- # subjectRef: 'master'
175
123
# test-meltdown:
176
124
# uses: ./.github/workflows/lein-test.yml
177
125
# with:
0 commit comments