You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just FYI, I was looking into similar tests and found that a culprit was the rust-toolchain file.
I was updating a contract to a newer version and it would look "up" a directory and find the toolchain file and use that.
This is not a solution, but the way I got around it was to do cargo +stable test -- --nocapture
cargo test
is broken for:The CI is switched off for these contracts. It is switched on only for this list https://github.com/near/core-contracts/blob/master/scripts/contracts.json
@evgenykuzyakov could you please help with this?
The text was updated successfully, but these errors were encountered: