Skip to content

Commit bb0a97a

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

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.circleci/continue_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
executor:
107107
name: windows/default
108108
size: large
109+
environment:
110+
USERPROFILE: C:\Users\circleci
109111
steps:
110112
- halt_unless_core
111113
- run:
@@ -131,6 +133,11 @@ jobs:
131133
which python
132134
python --version
133135
make fast-test
136+
- run:
137+
name: Exercise the benchmarks
138+
command: |
139+
. ./venv/Scripts/activate
140+
make benchmark-ci
134141
- store_test_results:
135142
path: test-results
136143

0 commit comments

Comments
 (0)