Skip to content

Commit

Permalink
ci: add benchmark ci stage
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjburton committed Sep 17, 2023
1 parent a7cad51 commit cc45702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: yarn lint:check
- name: Check Coding Style
run: yarn style:check
- name: Run benchmark
run: yarn benchmark
- name: Test with Coverage
run: |
# Check coverage, if coverage is below 100% for any files exit & print a message
Expand Down

0 comments on commit cc45702

Please sign in to comment.