From e57711c730c4d84865b97b390a875a2357154aa2 Mon Sep 17 00:00:00 2001 From: Jayson Smith Date: Wed, 4 Mar 2020 21:53:55 -0700 Subject: [PATCH] Run godog features in Circle with strict --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7cf2960..fa800ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: