(t *testing.T)
| 238 | } |
| 239 | |
| 240 | func TestBuildOutputDocker(t *testing.T) { |
| 241 | testBuildOutputArchive("docker", t) |
| 242 | } |
| 243 | |
| 244 | func TestBuildOutputOCI(t *testing.T) { |
| 245 | testBuildOutputArchive("oci", t) |
nothing calls this directly
no test coverage detected
searching dependent graphs…