Skip to content

Commit

Permalink
chore: Update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice committed Nov 30, 2023
1 parent 019fefd commit 45f1f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ jobs:
-p "pallet-*"
-p gear-lazy-pages
-p gear-runtime-interface
-F debug
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 45f1f1d

Please sign in to comment.