From 7cdb7046f8178ed98d6f7ce34452ecb2fa7b36e0 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Fri, 1 Mar 2024 12:28:32 +0100 Subject: [PATCH] recover fast-runtime --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index cbe966536f..3a5de0d308 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -33,7 +33,7 @@ jobs: # cargo tarpaulin --release --features fast-runtime --fail-under 10 \ # --no-fail-fast --workspace --timeout 3600 --engine llvm \ # --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml --out html - cargo tarpaulin --timeout 3600 --workspace -v --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml + cargo tarpaulin --timeout 3600 --features fast-runtime --workspace -v --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml ls -la # UPLOAD REPORTS (requires cargo 1.70.0)