Skip to content

Commit

Permalink
feature: run typed array count measure in ci (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSiefke authored Dec 20, 2024
1 parent 9882718 commit c1fbd06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ jobs:
uses: coactions/setup-xvfb@v1
with:
run: node packages/cli/bin/test.js --cwd packages/e2e --check-leaks --measure-after --measure iframe-count
- name: Run headless test (check leaks, typed array count)
if: matrix.os == 'ubuntu-24.04'
uses: coactions/setup-xvfb@v1
with:
run: node packages/cli/bin/test.js --cwd packages/e2e --check-leaks --measure-after --measure typed-array-count
- name: Run headless test (check leaks, message port count)
if: matrix.os == 'ubuntu-24.04'
uses: coactions/setup-xvfb@v1
Expand Down

0 comments on commit c1fbd06

Please sign in to comment.