From 8a57418ca660ec8a45735c811d35258946d52846 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 29 Jan 2023 21:43:15 +0000 Subject: [PATCH] ci: run pallet-common benchmarks on make bench --- --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ .PHONY: bench # Disabled: bench-scheduler, bench-collator-selection, bench-identity, bench-rmrk-core, bench-rmrk-equip -bench: bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-configuration bench-foreign-assets +bench: bench-common bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-configuration bench-foreign-assets .PHONY: check check: -- gitstuff