From 45f1f1d0283df78b5415607f1fe475aee264c5e1 Mon Sep 17 00:00:00 2001 From: Alice Carroll Date: Thu, 30 Nov 2023 01:19:51 +0100 Subject: [PATCH] chore: Update CI/CD --- .github/workflows/build-macos.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: