actions: move docs test to its own job

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-09-10 19:41:32 +02:00
parent 4720b1cd17
commit 82f7d662c7
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -65,6 +65,8 @@ docker-run:
tests:
@go generate ./...
@go list ./...| xargs go test -exec sudo -count=1 -timeout 20m -v
docs-up-to-date:
@$(MAKE) docs
@git diff --quiet docs || (echo "Please regenerate the documentation with 'make docs'"; exit 1)