Skip to content

Commit

Permalink
Add step that outputs the parser size in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 13, 2024
1 parent a64ea85 commit 8971437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
diff=`git diff HEAD -- src`
echo "$diff"
test -z "$diff"
- name: Output parser size
run: du -sh src/* | sort -h
- name: Run tests
run: npm test
- name: Set up Rust
Expand Down

0 comments on commit 8971437

Please sign in to comment.