Skip to content

Run tests of every crate, with all features disabled

Ian Jackson requested to merge Diziet/arti:ci into main

I'm about to make code in another MR where conditional compilation will also be used to exercise some runtime cases. I noticed that nothing in CI would test it (as far as I could tell).

I had to exclude tor-hsservice, arti, and arti-client. I did that in a not-particularly principled way, but I don't want to invent an edifice while I'm actually trying to do something else.

Merge request reports