소스 검색

cicd: Quick target to run default integration tests

jamesread 2 년 전
부모
커밋
71dc467b31
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Makefile

+ 4 - 0
Makefile

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