cicd: Quick target to run default integration tests

This commit is contained in:
jamesread 2024-05-06 22:59:49 +01:00
parent 638e5b7fe1
commit 71dc467b31
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ daemon-unittests:
go test ./... -coverprofile reports/unittests.out go test ./... -coverprofile reports/unittests.out
go tool cover -html=reports/unittests.out -o reports/unittests.html go tool cover -html=reports/unittests.out -o reports/unittests.html
it:
cd integration-tests && make
githooks: githooks:
cp -v .githooks/* .git/hooks/ cp -v .githooks/* .git/hooks/