WIP: test #2

Closed
xdrm-brackets wants to merge 1 commits from 0.2.0-test into 0.2.0
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0c816c1b03 - Show all commits

View File

@ -4,8 +4,8 @@ type: docker
name: default name: default
steps: steps:
- name: test - name: test-test
image: golang:1.13 image: golang:1.13
commands: commands:
- go get ./... - go get ./...
- go test -v -race -cover -coverprofile ./coverage.out ./... - go test -v -race -cover -coverprofile ./coverage.out ./...