Revert "chore: remove memory test from ci"
This reverts commit 3f79a6e73f
.
This commit is contained in:
parent
3f79a6e73f
commit
855b1daba9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -230,6 +230,12 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pnpm run test:smoke
|
run: pnpm run test:smoke
|
||||||
|
|
||||||
|
- name: Memory Leak Test
|
||||||
|
run: |
|
||||||
|
node ./scripts/memory/mk.js
|
||||||
|
node --expose-gc ./scripts/memory/index.js --ci
|
||||||
|
|
||||||
|
|
||||||
# Changelog can only run _after_ build.
|
# Changelog can only run _after_ build.
|
||||||
# We download all `dist/` artifacts from GitHub to skip the build process.
|
# We download all `dist/` artifacts from GitHub to skip the build process.
|
||||||
changelog:
|
changelog:
|
||||||
|
|
Loading…
Reference in a new issue