mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
Avoid running some test 2 times when unneeded (#9124)
* avoid running some test 2 times when unneeded * Update frame/support/test/Cargo.toml
This commit is contained in:
committed by
GitHub
parent
9b87134bc6
commit
205ab6dee1
@@ -16,7 +16,6 @@
|
||||
// limitations under the License.
|
||||
|
||||
#[rustversion::attr(not(stable), ignore)]
|
||||
#[cfg(not(feature = "conditional-storage"))]
|
||||
#[test]
|
||||
fn pallet_ui() {
|
||||
// As trybuild is using `cargo check`, we don't need the real WASM binaries.
|
||||
|
||||
Reference in New Issue
Block a user