ci: Run sector termination tests
This commit is contained in:
parent
1564db1fce
commit
1cfb73cc3b
@ -200,6 +200,8 @@ jobs:
|
|||||||
<<: *test
|
<<: *test
|
||||||
test-window-post:
|
test-window-post:
|
||||||
<<: *test
|
<<: *test
|
||||||
|
test-terminate:
|
||||||
|
<<: *test
|
||||||
test-conformance:
|
test-conformance:
|
||||||
description: |
|
description: |
|
||||||
Run tests using a corpus of interoperable test vectors for Filecoin
|
Run tests using a corpus of interoperable test vectors for Filecoin
|
||||||
@ -476,9 +478,15 @@ workflows:
|
|||||||
test-suite-name: cli
|
test-suite-name: cli
|
||||||
packages: "./cli/... ./cmd/... ./api/..."
|
packages: "./cli/... ./cmd/... ./api/..."
|
||||||
- test-window-post:
|
- test-window-post:
|
||||||
|
codecov-upload: true
|
||||||
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-terminate:
|
||||||
|
codecov-upload: true
|
||||||
|
go-test-flags: "-run=TestTerminate"
|
||||||
|
winpost-test: "1"
|
||||||
|
test-suite-name: terminate
|
||||||
- test-short:
|
- test-short:
|
||||||
go-test-flags: "--timeout 10m --short"
|
go-test-flags: "--timeout 10m --short"
|
||||||
test-suite-name: short
|
test-suite-name: short
|
||||||
|
Loading…
Reference in New Issue
Block a user