Этот коммит содержится в:
Jayson Smith 2020-02-06 12:08:36 -07:00
родитель b7fa90cc14
коммит 408c11ec6e

Просмотреть файл

@ -17,21 +17,21 @@ jobs:
executor: go1_11 executor: go1_11
steps: steps:
- checkout - checkout
- run: go test - run: make test
go1_12: go1_12:
working_directory: /go/src/github.com/cucumber/godog working_directory: /go/src/github.com/cucumber/godog
executor: go1_12 executor: go1_12
steps: steps:
- checkout - checkout
- run: go test - run: make test
go1_13: go1_13:
working_directory: /go/src/github.com/cucumber/godog working_directory: /go/src/github.com/cucumber/godog
executor: go1_13 executor: go1_13
steps: steps:
- checkout - checkout
- run: go test - run: make test
workflows: workflows:
version: 2 version: 2