diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index c33fc1468ac..aaccb3e71b1 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -54,3 +54,4 @@ jobs: -p "pallet-*" -p gear-lazy-pages -p gear-runtime-interface + -F debug diff --git a/Makefile b/Makefile index 147ed020b68..e1c174e17e1 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ test-gcli-release: node-release .PHONY: test-pallet test-pallet: - @ ./scripts/gear.sh test pallet + @ ./scripts/gear.sh test pallet -F debug .PHONY: test-pallet-release test-pallet-release: