config.yml 313 Bytes
Newer Older
Hannah Howard's avatar
Hannah Howard committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
version: 2.1
orbs:
  ci-go: ipfs/ci-go@0.2

workflows:
  version: 2
  test:
    jobs:
      - ci-go/build
      - ci-go/lint
      - ci-go/test
      - ci-go/test:
          race: true
          name: "ci-go/test/race"
      - ci-go/benchmark:
          tolerance: 50
          requires:
            - ci-go/test