fix ci config

This commit is contained in:
Steven Allen 2021-01-22 08:28:32 -08:00
parent 1b67eed82c
commit aa53f5b7d7

View File

@ -201,6 +201,8 @@ jobs:
<<: *test <<: *test
test-window-post: test-window-post:
<<: *test <<: *test
test-window-post-dispute:
<<: *test
test-terminate: test-terminate:
<<: *test <<: *test
test-conformance: test-conformance:
@ -591,7 +593,7 @@ workflows:
go-test-flags: "-run=TestWindowedPost" go-test-flags: "-run=TestWindowedPost"
winpost-test: "1" winpost-test: "1"
test-suite-name: window-post test-suite-name: window-post
- test-window-post: - test-window-post-dispute:
codecov-upload: true codecov-upload: true
go-test-flags: "-run=TestWindowedDispute" go-test-flags: "-run=TestWindowedDispute"
winpost-test: "1" winpost-test: "1"