Skip to content

Commit

Permalink
chore: remove memory test from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jun 28, 2022
1 parent 1c86250 commit eafd09e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ 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.
Expand Down

0 comments on commit eafd09e

Please sign in to comment.