Skip to content

Commit 8971437

Browse files
committed
Add step that outputs the parser size in CI
1 parent a64ea85 commit 8971437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
diff=`git diff HEAD -- src`
2626
echo "$diff"
2727
test -z "$diff"
28+
- name: Output parser size
29+
run: du -sh src/* | sort -h
2830
- name: Run tests
2931
run: npm test
3032
- name: Set up Rust

0 commit comments

Comments
 (0)