We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c062dc6 commit c9804a3Copy full SHA for c9804a3
.github/workflows/size-limit.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
unset CC_x86_64_unknown_linux_gnu && unset CC # for jemallocator to compile
53
rustup target add x86_64-unknown-linux-gnu
54
- RUST_TARGET=x86_64-unknown-linux-gnu pnpm build:binding:release
+ RUST_TARGET=x86_64-unknown-linux-gnu pnpm build:binding:profiling
55
56
- name: Upload artifact
57
uses: ./.github/actions/artifact/upload
@@ -65,3 +65,6 @@ jobs:
65
with:
66
# 50k 50*1024
67
size-threshold: 51200
68
+
69
+ - name: Debug
70
+ uses: .github/actions/debugger/action.yml
0 commit comments