add tests

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2023-02-21 09:42:52 +01:00
parent df78eaf547
commit 3ef11caa59
10 changed files with 2534 additions and 50 deletions
+6
View File
@@ -45,3 +45,9 @@ target "vendor-validate" {
target = "vendor-validate"
output = ["type=cacheonly"]
}
target "test" {
dockerfile = "dev.Dockerfile"
target = "test-coverage"
output = ["./coverage"]
}