BUGFIX: new home path for cimg

This commit is contained in:
Thomas Kohler 2022-09-25 10:37:44 +02:00
parent 3b68fee9d0
commit c89c88e52d
1 changed files with 5 additions and 3 deletions

View File

@ -15,15 +15,17 @@ jobs:
# For more information, please read https://github.com/CircleCI-Public/cimg-go/blob/main/README.md
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps:
- checkout
- run:
name: Debug version
command: go version
- run:
name: Core and drivers tests
command: go test -v -cpu=2 -coverprofile=coverage.txt -covermode=atomic . ./drivers/...
command: go test -v -coverprofile=coverage.txt -covermode=atomic . ./drivers/...
- run:
name: Firmata tests
command: go test -v -cpu=2 ./platforms/firmata/...
command: go test -v ./platforms/firmata/...
- run:
name: Code coverage
command: |