Skip to content

Fix extra features getting enabled in the arti-extra test binary

Jim Newsome requested to merge jnewsome/arti:arti-extra-features into main

We were missing -p arti in the build command. As a result we were getting the union of all features requested by anything in the workspace, including an example enabling the experimental feature which enables a bunch of other things.

Merge request reports