Driver e2e tests

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-09-23 10:49:24 +02:00
parent 06541ebd0f
commit ef8c936b27
3 changed files with 202 additions and 0 deletions

View File

@ -44,6 +44,9 @@ validate-docs:
validate-authors:
$(BUILDX_CMD) bake validate-authors
test-driver:
./hack/test-driver
vendor:
./hack/update-vendor