Skip to content

Commit 060a6e9

Browse files
committed
ci: exercise benchmark in windows
1 parent 31f90d0 commit 060a6e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.circleci/continue_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ jobs:
131131
which python
132132
python --version
133133
make fast-test
134+
- run:
135+
name: Exercise the benchmarks
136+
command: |
137+
. ./venv/Scripts/activate
138+
make benchmark-ci
134139
- store_test_results:
135140
path: test-results
136141

0 commit comments

Comments
 (0)