Skip to content

Commit

Permalink
feature: measure set size in ci (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSiefke authored Aug 13, 2024
1 parent aba7aa0 commit ca4eeb9
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 @@ -129,6 +129,11 @@ jobs:
uses: coactions/setup-xvfb@v1
with:
run: node packages/cli/bin/test.js --cwd packages/e2e --check-leaks --measure-after --measure map-size
- name: Run headless test (check leaks, set size)
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 set-size
- name: Run headless test (check leaks, canvas count)
if: matrix.os == 'ubuntu-24.04'
uses: coactions/setup-xvfb@v1
Expand Down

0 comments on commit ca4eeb9

Please sign in to comment.