jonwho / go-iex

IEX Cloud API client in Go
MIT License
6 stars 3 forks source link

prevent test suite from stopping on failure #7

Closed jonwho closed 4 years ago

jonwho commented 5 years ago

dont stop full test run on breaking assertion

want a full run so can use CI service later on

jonwho commented 4 years ago

use Makefile, tests should always be passing now