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"