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
56d444f3f0
commit
a5b099b800
|
@ -16,4 +16,5 @@ install:
|
|||
- go get -d ./...
|
||||
|
||||
build_script:
|
||||
- go test -v -cpu=2 ./...
|
||||
- go test -v -cpu=2 .
|
||||
- go test -v -cpu=2 ./platforms/firmata/...
|
||||
|
|
Loading…
Reference in New Issue