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

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

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