Explorar el Código

cicd: Quick target to run default integration tests

jamesread hace 2 años
padre
commit
71dc467b31
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -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/