"Robert Goldman" rpgoldman@sift.info writes:
In mine, I simply set the environment variables `ASDF_TEST_LISPS` and the variables that point to the lisp implementations. Then I call `make test-all-no-upgrades-no-stop`.
Just to clarify, it sounds from this that you don't actually care if the upgrade tests are run? Do you ever want to run them via CI? As it currently stands they're the slowest jobs, so finding some way to reduce the number of times they're run would be a win.
-Eric