2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 22:02:25 +00:00

actions: move docs test to its own job

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-08-10 11:35:55 +02:00
parent 4720b1cd17
commit 82f7d662c7
2 changed files with 33 additions and 0 deletions

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)