Verification configuration for a generated artifact.
@type smoke_config() :: %{enabled: boolean(), entry_file: String.t() | nil}
@type t() :: %Weld.Manifest.Verify{ artifact_tests: [String.t()], hex_build: boolean(), hex_publish: boolean(), smoke: smoke_config() }