File: config.yml

package info (click to toggle)
golang-github-timberio-go-datemath 0.1.0%2Bgit20200323.74ddef6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: yacc: 234; lex: 136; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
version: 2
jobs:
  build:
    working_directory: /go/src/github.com/jszwedko/go-circleci
    environment:
      TEST_RESULTS: /tmp/test-results
    docker:
      - image: circleci/golang:1.13
    steps:
      - checkout
      - run: go test ./... -bench .