Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Feb 27, 2024
1 parent 7472f09 commit 9139d22
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# test.regression

The purpose of this repository is to test clojure builds against a variety of existing projects and attempt to identify possible regressions.

## Actions

Tests are conducted by running one of three actions:

Required inputs for all actions are the same.
1. The source repository. Defaults to clojure/clojure
2. The branch, tag or SHA to build and used to run the tests

* [test-against-datomic](https://github.com/clojure/test.regression/actions/workflows/test-against-datomic.yml): Runtime ~4 min. Runs basic smoke test against datomic-local and datomic-pro
* [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
* [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.

0 comments on commit 9139d22

Please sign in to comment.