mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Inlcude system tests in Travis CI and regular make all.
This commit is contained in:
7
Makefile
7
Makefile
@@ -16,7 +16,7 @@ TRAVIS_TARGET=test
|
||||
PREPARE_LIST=
|
||||
endif
|
||||
|
||||
all: test check
|
||||
all: test check system-test
|
||||
|
||||
prepare: $(PREPARE_LIST)
|
||||
go get -d -v ./...
|
||||
@@ -43,7 +43,10 @@ check:
|
||||
go tool vet -all=true .
|
||||
golint .
|
||||
|
||||
travis: $(TRAVIS_TARGET)
|
||||
system-test:
|
||||
python system/run.py
|
||||
|
||||
travis: $(TRAVIS_TARGET) system-test
|
||||
|
||||
test:
|
||||
go test -v ./... -gocheck.v=true
|
||||
|
||||
Reference in New Issue
Block a user