Skip to content

Commit

Permalink
recover fast-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Mar 1, 2024
1 parent 87cdc1e commit 7cdb704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7cdb704

Please sign in to comment.