Revert "chore: remove memory test from ci"

This reverts commit 3f79a6e73f.
This commit is contained in:
bholmesdev 2022-06-28 10:06:02 -04:00
parent 3f79a6e73f
commit 855b1daba9

View file

@ -230,6 +230,12 @@ jobs:
- name: Test
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.
# We download all `dist/` artifacts from GitHub to skip the build process.
changelog: