Change to make test
Этот коммит содержится в:
родитель
b7fa90cc14
коммит
408c11ec6e
1 изменённых файлов: 3 добавлений и 3 удалений
|
@ -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
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче