Run godog features in Circle with strict

Этот коммит содержится в:
Jayson Smith 2020-03-04 21:53:55 -07:00
родитель cc861097ae
коммит e57711c730

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

@ -39,7 +39,7 @@ commands:
description: "Run godog"
steps:
- run: go install ./cmd/godog
- run: godog -f progress
- run: godog -f progress --strict
go_test:
description: "Run go test"
steps: