1
0
Fork 0
forked from External/ergo

run irctest in travis

This commit is contained in:
Shivaram Lingamneni 2020-09-22 10:15:18 -04:00
parent e7eea14b9d
commit eb4dec8d89
4 changed files with 13 additions and 2 deletions

View file

@ -1,4 +1,4 @@
.PHONY: all install build release capdefs test smoke gofmt
.PHONY: all install build release capdefs test smoke gofmt irctest
GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null)
@ -39,3 +39,7 @@ smoke:
gofmt:
./.check-gofmt.sh --fix
irctest:
git submodule update --init
cd irctest && make integration