-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pin to nightly-2022-06-30 #1137
Conversation
that doesn't work like this, cause if you install some specific nightly dependency, you need to call it in scripts |
Known workaround for me is to install latest nightly, install extra version and replace first nightly source files with the second one's content |
Placing todo with reverting this stuff would be good, but nvm, we will just pick off this commit once issue fixed |
596b6dePallet tests (values are in nanoseconds)Total execution time
name = pallet-gear
name = pallet-gear-debug
name = pallet-gear-gas
name = pallet-gear-messenger
name = pallet-gear-payment
name = pallet-gear-program
name = pallet-usage
Runtime tests (values are in nanoseconds)Total execution time
name = Async RwLock
name = Async init
name = Async-await
name = Async-duplicates-sync
name = Async-multisig (well known cases)
name = Async-sign (well known cases)
name = Basic capacitor check
name = Decoder
name = Futures-unordered
name = Incomplete-async-payloads
name = Memory test
name = Messages to failed program are handled properly
name = Meta ping (simple check)
name = Multiping
name = Ping-pong
name = Program_id test
name = State-rollback
name = Test create_program sys-call
name = Trap test
name = Wait test
name = basic
name = collector-1
name = guestbook test
name = gui test
|
Codecov Report
@@ Coverage Diff @@
## master #1137 +/- ##
==========================================
- Coverage 74.04% 74.03% -0.01%
==========================================
Files 98 98
Lines 9184 9183 -1
==========================================
- Hits 6800 6799 -1
Misses 2384 2384
Continue to review full report at Codecov.
|
temporary due to rust-lang/rust#98833
@gear-tech/dev