You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The purpose of this repository is to test clojure builds against a variety of ex
4
4
5
5
## Actions
6
6
7
-
Tests are conducted by running one of three actions:
7
+
Tests are conducted by running one of four actions:
8
8
9
9
Required inputs for all actions are the same.
10
10
1. The source repository. Defaults to clojure/clojure
@@ -14,3 +14,9 @@ Required inputs for all actions are the same.
14
14
*[test-against-contrib-and-nu](https://github.com/clojure/test.regression/actions/workflows/test-against-contrib-and-nu.yml): Runtime ~4 min. Run tests in contrib repos and open source Nubank repos
15
15
*[test-all-the-things](https://github.com/clojure/test.regression/actions/workflows/test-all-the-things.yml): Runtime ~30 min. Run test in over one hundred community repositories.
16
16
*[test-pinned-repos](https://github.com/clojure/test.regression/actions/workflows/test-pinned-repos.yml): Runtime ~4 min. Run tests against repositories that require pinned SHAs.
17
+
18
+
## Special Thanks
19
+
20
+
test.regression was inspired by:
21
+
*[core_regression](https://github.com/NoahTheDuke/core_regression) by [noahtheduke](https://github.com/NoahTheDuke)
22
+
*[cljs-oss](https://github.com/cljs-oss/canary) by [darwin](https://github.com/darwin)
0 commit comments