summaryrefslogtreecommitdiff
path: root/maint/test-all-crates
Commit message (Collapse)AuthorAgeFilesLines
* Add script for *testing* without any features enabledIan Jackson2024-08-191-0/+54
We can't do this for every crate. I looked at what is now matrix-check to see if I wanted to use any of the code. But it seems too entangled with its particular purpose, and has a lot of embedded knowledge of our crates' features. I found it sufficiently far from what I wanted that I decided on a fresh script.