-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
currently nextest supports progress bar, but I did not find a way to enable a log like below, it is an example made by hand:
Finished test [unoptimized + debuginfo] target(s) in 6m 01s
Starting 500 tests across 161 binaries (17 skipped)
[1/500] PASS [ 0.009s] bcs-ext tests::test_bcs_enum_compact
[2/500] PASS [ 0.009s] bcs-ext tests::test_serialize
....many lines
[400/500] PASS [ 0.232s] starcoin-service-registry::basc test_launch_and_shutdown
[401/500] PASS [ 0.234s] starcoin-service-registry::basc test_basic
so that when a open a part of CI log ( like the one on github, github give us tail of log when testing is running) we can see current testing progress
Metadata
Metadata
Assignees
Labels
No labels