Kaynağa Gözat

cicd: Quick target to run default integration tests

jamesread 2 yıl önce
ebeveyn
işleme
71dc467b31
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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/