13
13
default : ' master'
14
14
15
15
jobs :
16
- test-byte-streams :
17
- uses : ./.github/workflows/lein-test.yml
16
+ # test-clj-yaml:
17
+ # uses: ./.github/workflows/deps-test.yml
18
+ # with:
19
+ # clojureRepo: ${{ inputs.clojureRepo }}
20
+ # clojureRef: ${{ inputs.clojureRef }}
21
+ # testCmd: '-M:test'
22
+ # testDir: '.'
23
+ # subjectRepo: 'clj-commons/clj-yaml'
24
+ # subjectRef: 'master'
25
+ # test-durable-queue:
26
+ # uses: ./.github/workflows/lein-test.yml
27
+ # with:
28
+ # clojureRepo: ${{ inputs.clojureRepo }}
29
+ # clojureRef: ${{ inputs.clojureRef }}
30
+ # subjectRepo: 'clj-commons/durable-queue'
31
+ # subjectRef: 'master'
32
+ test-humanize :
33
+ uses : ./.github/workflows/deps-test.yml
18
34
with :
19
35
clojureRepo : ${{ inputs.clojureRepo }}
20
36
clojureRef : ${{ inputs.clojureRef }}
21
- subjectRepo : ' clj-commons/byte-streams'
37
+ testCmd : ' -X:test'
38
+ testDir : ' .'
39
+ subjectRepo : ' clj-commons/humanize'
22
40
subjectRef : ' master'
23
- test-citrus :
41
+ test-kibit :
24
42
uses : ./.github/workflows/lein-test.yml
25
43
with :
26
44
clojureRepo : ${{ inputs.clojureRepo }}
27
45
clojureRef : ${{ inputs.clojureRef }}
28
- subjectRepo : ' clj-commons/citrus '
46
+ subjectRepo : ' clj-commons/kibit '
29
47
subjectRef : ' master'
30
- test-claypoole :
48
+ test-ordered :
31
49
uses : ./.github/workflows/lein-test.yml
32
50
with :
33
51
clojureRepo : ${{ inputs.clojureRepo }}
34
52
clojureRef : ${{ inputs.clojureRef }}
35
- subjectRepo : ' clj-commons/claypoole '
53
+ subjectRepo : ' clj-commons/ordered '
36
54
subjectRef : ' master'
37
- test-clj-yaml :
55
+ test-pretty :
38
56
uses : ./.github/workflows/deps-test.yml
39
57
with :
40
58
clojureRepo : ${{ inputs.clojureRepo }}
41
59
clojureRef : ${{ inputs.clojureRef }}
42
- testCmd : ' -M :test'
60
+ testCmd : ' -X :test'
43
61
testDir : ' .'
44
- subjectRepo : ' clj-commons/clj-yaml'
45
- subjectRef : ' master'
46
- test-digest :
47
- uses : ./.github/workflows/lein-test.yml
48
- with :
49
- clojureRepo : ${{ inputs.clojureRepo }}
50
- clojureRef : ${{ inputs.clojureRef }}
51
- subjectRepo : ' clj-commons/digest'
62
+ subjectRepo : ' clj-commons/pretty'
52
63
subjectRef : ' master'
53
- test-durable-queue :
64
+ test-primitive-math :
54
65
uses : ./.github/workflows/lein-test.yml
55
66
with :
56
67
clojureRepo : ${{ inputs.clojureRepo }}
57
68
clojureRef : ${{ inputs.clojureRef }}
58
- subjectRepo : ' clj-commons/durable-queue '
69
+ subjectRepo : ' clj-commons/primitive-math '
59
70
subjectRef : ' master'
60
- test-gloss :
61
- uses : ./.github/workflows/lein -test.yml
71
+ test-rewrite-clj :
72
+ uses : ./.github/workflows/deps -test.yml
62
73
with :
63
74
clojureRepo : ${{ inputs.clojureRepo }}
64
75
clojureRef : ${{ inputs.clojureRef }}
65
- subjectRepo : ' clj-commons/gloss'
76
+ testCmd : ' -M:test-common:kaocha'
77
+ testDir : ' .'
78
+ subjectRepo : ' clj-commons/rewrite-clj'
66
79
subjectRef : ' master'
67
- test-hickory :
80
+ test-ring-buffer :
68
81
uses : ./.github/workflows/lein-test.yml
69
82
with :
70
83
clojureRepo : ${{ inputs.clojureRepo }}
71
84
clojureRef : ${{ inputs.clojureRef }}
72
- subjectRepo : ' clj-commons/hickory '
85
+ subjectRepo : ' clj-commons/ring-buffer '
73
86
subjectRef : ' master'
74
- # test-humanize:
75
- # uses: ./.github/workflows/deps-test.yml
76
- # with:
77
- # clojureRepo: ${{ inputs.clojureRepo }}
78
- # clojureRef: ${{ inputs.clojureRef }}
79
- # testCmd: '-X:test'
80
- # testDir: '.'
81
- # subjectRepo: 'clj-commons/humanize'
82
- # subjectRef: 'master'
83
- # test-iapetos:
84
- # uses: ./.github/workflows/lein-test.yml
85
- # with:
86
- # clojureRepo: ${{ inputs.clojureRepo }}
87
- # clojureRef: ${{ inputs.clojureRef }}
88
- # testCmd: 'test'
89
- # testDir: '.'
90
- # subjectRepo: 'clj-commons/iapetos'
91
- # subjectRef: 'master'
92
- # test-kibit:
93
- # uses: ./.github/workflows/lein-test.yml
94
- # with:
95
- # clojureRepo: ${{ inputs.clojureRepo }}
96
- # clojureRef: ${{ inputs.clojureRef }}
97
- # testCmd: 'test'
98
- # testDir: '.'
99
- # subjectRepo: 'clj-commons/kibit'
100
- # subjectRef: 'master'
101
- # test-manifold:
102
- # uses: ./.github/workflows/lein-test.yml
103
- # with:
104
- # clojureRepo: ${{ inputs.clojureRepo }}
105
- # clojureRef: ${{ inputs.clojureRef }}
106
- # testCmd: 'test'
107
- # testDir: '.'
108
- # subjectRepo: 'clj-commons/manifold'
109
- # subjectRef: 'master'
110
- # test-ordered:
111
- # uses: ./.github/workflows/lein-test.yml
112
- # with:
113
- # clojureRepo: ${{ inputs.clojureRepo }}
114
- # clojureRef: ${{ inputs.clojureRef }}
115
- # testCmd: 'test'
116
- # testDir: '.'
117
- # subjectRepo: 'clj-commons/ordered'
118
- # subjectRef: 'master'
119
- # test-pretty:
120
- # uses: ./.github/workflows/deps-test.yml
121
- # with:
122
- # clojureRepo: ${{ inputs.clojureRepo }}
123
- # clojureRef: ${{ inputs.clojureRef }}
124
- # testCmd: '-X:test'
125
- # testDir: '.'
126
- # subjectRepo: 'clj-commons/pretty'
127
- # subjectRef: 'master'
128
- # test-primitive-math:
129
- # uses: ./.github/workflows/lein-test.yml
130
- # with:
131
- # clojureRepo: ${{ inputs.clojureRepo }}
132
- # clojureRef: ${{ inputs.clojureRef }}
133
- # testCmd: 'test'
134
- # testDir: '.'
135
- # subjectRepo: 'clj-commons/primitive-math'
136
- # subjectRef: 'master'
137
- # test-rewrite-clj:
138
- # uses: ./.github/workflows/deps-test.yml
139
- # with:
140
- # clojureRepo: ${{ inputs.clojureRepo }}
141
- # clojureRef: ${{ inputs.clojureRef }}
142
- # testCmd: '-M:test-common:kaocha'
143
- # testDir: '.'
144
- # subjectRepo: 'clj-commons/rewrite-clj'
145
- # subjectRef: 'master'
146
- # test-ring-buffer:
147
- # uses: ./.github/workflows/lein-test.yml
148
- # with:
149
- # clojureRepo: ${{ inputs.clojureRepo }}
150
- # clojureRef: ${{ inputs.clojureRef }}
151
- # testCmd: 'test'
152
- # testDir: '.'
153
- # subjectRepo: 'clj-commons/ring-buffer'
154
- # subjectRef: 'master'
155
87
# test-seesaw:
156
88
# uses: ./.github/workflows/lein-test.yml
157
89
# with:
@@ -161,15 +93,13 @@ jobs:
161
93
# testDir: '.'
162
94
# subjectRepo: 'clj-commons/seesaw'
163
95
# subjectRef: 'master'
164
- # test-tentacles:
165
- # uses: ./.github/workflows/lein-test.yml
166
- # with:
167
- # clojureRepo: ${{ inputs.clojureRepo }}
168
- # clojureRef: ${{ inputs.clojureRef }}
169
- # testCmd: 'test'
170
- # testDir: '.'
171
- # subjectRepo: 'clj-commons/tentacles'
172
- # subjectRef: 'master'
96
+ test-tentacles :
97
+ uses : ./.github/workflows/lein-test.yml
98
+ with :
99
+ clojureRepo : ${{ inputs.clojureRepo }}
100
+ clojureRef : ${{ inputs.clojureRef }}
101
+ subjectRepo : ' clj-commons/tentacles'
102
+ subjectRef : ' master'
173
103
# test-dom-top:
174
104
# uses: ./.github/workflows/lein-test.yml
175
105
# with:
0 commit comments