add tests

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-19 21:19:05 +01:00
parent df78eaf547
commit 3ef11caa59
10 changed files with 2534 additions and 50 deletions

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"]
}