Преглед на файлове

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/