chore: remove memory test from ci

This commit is contained in:
bholmesdev 2022-06-28 10:00:33 -04:00
parent 27d8c351bb
commit 3f79a6e73f

View file

@ -230,12 +230,6 @@ 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: