mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

Modified Makefile to test only directories with tests available #272

Closed cinchurge closed 7 years ago

cinchurge commented 7 years ago

At the moment, tests are run on every subpackage within mesos-go, which generates a lot of failures since tests aren't available in many packages at the moment. This diff changes the test target to only run tests on subpackages with tests available so we get more signal from the tests.

Also removed an unused import in decoder.go