build: separate out appveyor tests
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
118e707ab3
commit
121c13fdb0
|
@ -18,8 +18,8 @@ install:
|
|||
- go version
|
||||
- go env
|
||||
- go get -d ./...
|
||||
- go get github.com/stretchr/testify
|
||||
|
||||
build_script:
|
||||
- go test -v -cpu=2 . ./drivers/...
|
||||
- go test -v -cpu=2 .
|
||||
- go test -v -cpu=2 ./drivers/...
|
||||
- go test -v -cpu=2 ./platforms/firmata/...
|
||||
|
|
Loading…
Reference in New Issue