File: wercker.yml

package info (click to toggle)
golang-github-asaskevich-govalidator 9%2Bgit20180720.0.f9ffefc3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports, experimental
  • size: 344 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
box: golang
build:
  steps:
    - setup-go-workspace

    - script:
        name: go get
        code: |
          go version
          go get -t ./...

    - script:
        name: go test
        code: |
          go test -race ./...