build: see if the core and firmata platform can pass tests under Windows using Appveyor
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
344169a78d
commit
06ac5df4d1
|
@ -16,4 +16,5 @@ install:
|
||||||
- go get -d ./...
|
- go get -d ./...
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go test -v -cpu=2 ./...
|
- go test -v -cpu=2 .
|
||||||
|
- go test -v -cpu=2 ./platforms/firmata/...
|
||||||
|
|
Loading…
Reference in New Issue