Skip to content

Commit c9804a3

Browse files
committed
Debug
1 parent c062dc6 commit c9804a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/size-limit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
unset CC_x86_64_unknown_linux_gnu && unset CC # for jemallocator to compile
5353
rustup target add x86_64-unknown-linux-gnu
54-
RUST_TARGET=x86_64-unknown-linux-gnu pnpm build:binding:release
54+
RUST_TARGET=x86_64-unknown-linux-gnu pnpm build:binding:profiling
5555
5656
- name: Upload artifact
5757
uses: ./.github/actions/artifact/upload
@@ -65,3 +65,6 @@ jobs:
6565
with:
6666
# 50k 50*1024
6767
size-threshold: 51200
68+
69+
- name: Debug
70+
uses: .github/actions/debugger/action.yml

0 commit comments

Comments
 (0)