This commit is contained in:
Simon Aronsson 2019-04-04 21:27:37 +02:00
parent 6b1dfcedc1
commit d2d26a3dd6

View file

@ -11,22 +11,22 @@ workflows:
ci:
jobs:
- checkout
- linting
- linting:
requires:
- checkout
- testing
- testing:
requires:
- checkout
- building
requires:
- testing
- linting
- building
requires:
- publishing
- publishing
requires:
- building
# - building:
# requires:
# - testing
# - linting
# - building:
# requires:
# - publishing
# - publishing:
# requires:
# - building
jobs:
checkout:
executor: go