-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
I removed this CI check: https://github.com/sigp/anchor/blob/unstable/.github/workflows/test-suite.yml#L129
Because of multiple lighthouse dependencies. It was required because I feature gated slog out of the task executor, but other lighthouse crates still use slog.
Once lighthouse transitions from slog, this won't be necessary and we can add this CI check back.
Reactions are currently unavailable