File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 concourse-test dracorex-test \
33 go-vet concourse-go-vet go-generate \
44 image push-image \
5- update-deps
5+ update-deps unit
66
77all :
88 GOOS=linux go build -o grootfs .
1919 @echo ' windows ............................. builds grootfs for windows'
2020 @echo ' deps ................................ installs dependencies'
2121 @echo ' update-deps ......................... updates dependencies'
22+ @echo ' unit ................................ run unit tests'
2223 @echo ' concourse-test ...................... runs tests in concourse-lite'
2324 @echo ' dracorex-test ....................... runs tests on remote CI'
2425 @echo ' compile-tests ....................... checks that tests can be compiled'
3839compile-tests :
3940 ginkgo build -r . ; find . -name ' *.test' | xargs rm
4041
42+ unit :
43+ ./hack/run-tests -r -g " --skipPackage=integration"
44+
4145concourse-test : go-vet
4246 ./hack/run-tests -r -g " -p"
4347
You can’t perform that action at this time.
0 commit comments