You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `.test` `CompileStep` kind now compiles the test runner rather
than executing it. To run it instead, it first needs to be added as a
run artifact through `b.addRunArtifact`, the result of which is used
as a dependency for the top level `test` step.
0 commit comments