From aa53f5b7d7300c1a02a617f351af48f42c3f2e12 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 22 Jan 2021 08:28:32 -0800 Subject: [PATCH] fix ci config --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dc58bf2e9..b422a1146 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -201,6 +201,8 @@ jobs: <<: *test test-window-post: <<: *test + test-window-post-dispute: + <<: *test test-terminate: <<: *test test-conformance: @@ -591,7 +593,7 @@ workflows: go-test-flags: "-run=TestWindowedPost" winpost-test: "1" test-suite-name: window-post - - test-window-post: + - test-window-post-dispute: codecov-upload: true go-test-flags: "-run=TestWindowedDispute" winpost-test: "1"