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

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