From e9cee1e297dc1a04aa2e7fdcc94ffc18c7c817bb Mon Sep 17 00:00:00 2001 From: Aaron Blankstein Date: Wed, 22 Apr 2020 09:23:11 -0500 Subject: [PATCH] disabling the tarpaulin codecov collection for now. tarpaulin appears to mysteriously fail to build the second .toml file --- circle.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 12906d9db..b9ec2a9c2 100644 --- a/circle.yml +++ b/circle.yml @@ -32,7 +32,7 @@ jobs: - run: command: | echo "(get-balance 'SZ2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKQ9H6DPR)" | blockstack-core local eval S1G2081040G2081040G2081040G208105NK8PE5.tokens db - unit_tests: + unit_tests_with_cov: machine: true working_directory: ~/blockstack steps: @@ -47,6 +47,16 @@ jobs: name: Upload to codecov.io command: | bash <(curl -s https://codecov.io/bash) + unit_tests: + docker: + - image: rust:1.40-stretch + working_directory: ~/blockstack + steps: + - checkout + - run: + no_output_timeout: 200m + command: | + cargo test --test-threads 1 all_tests: docker: - image: rust:1.40-stretch