From 1cfb73cc3bab9fb70ad675fa51eca2dacc930a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 14 Jan 2021 00:14:43 +0100 Subject: [PATCH] ci: Run sector termination tests --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f38c5ba29..04feeedf3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -200,6 +200,8 @@ jobs: <<: *test test-window-post: <<: *test + test-terminate: + <<: *test test-conformance: description: | Run tests using a corpus of interoperable test vectors for Filecoin @@ -476,9 +478,15 @@ workflows: test-suite-name: cli packages: "./cli/... ./cmd/... ./api/..." - test-window-post: + codecov-upload: true go-test-flags: "-run=TestWindowedPost" winpost-test: "1" test-suite-name: window-post + - test-terminate: + codecov-upload: true + go-test-flags: "-run=TestTerminate" + winpost-test: "1" + test-suite-name: terminate - test-short: go-test-flags: "--timeout 10m --short" test-suite-name: short