Skip to content

Commit 0ac079b

Browse files
committed
ci: add benchmark tests
Added a new step for running benchmark tests in ci. Follows up #122
1 parent a6727ff commit 0ac079b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ jobs:
6363
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
run: |
6565
make coveralls
66+
67+
- name: Run benchmark
68+
run: make bench

0 commit comments

Comments
 (0)