summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <hey@bholmes.dev> 2022-06-28 10:06:02 -0400
committerGravatar bholmesdev <hey@bholmes.dev> 2022-06-28 10:06:02 -0400
commit855b1daba96357d76b5fb261992d1e69bdaa09a5 (patch)
treed4bf518fcb36dd90d59f7cc078905ae5dd2dfb62
parent3f79a6e73fc49dee014df864478aeace41d42e60 (diff)
downloadastro-855b1daba96357d76b5fb261992d1e69bdaa09a5.tar.gz
astro-855b1daba96357d76b5fb261992d1e69bdaa09a5.tar.zst
astro-855b1daba96357d76b5fb261992d1e69bdaa09a5.zip
Revert "chore: remove memory test from ci"
This reverts commit 3f79a6e73fc49dee014df864478aeace41d42e60.
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f8589062e..5e316ca1c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: