Skip to content

Commit

Permalink
build: separate out appveyor tests
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 1, 2020
1 parent 118e707 commit 121c13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/...

0 comments on commit 121c13f

Please sign in to comment.