We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f90d0 commit bb0a97aCopy full SHA for bb0a97a
1 file changed
.circleci/continue_config.yml
@@ -106,6 +106,8 @@ jobs:
106
executor:
107
name: windows/default
108
size: large
109
+ environment:
110
+ USERPROFILE: C:\Users\circleci
111
steps:
112
- halt_unless_core
113
- run:
@@ -131,6 +133,11 @@ jobs:
131
133
which python
132
134
python --version
135
make fast-test
136
+ - run:
137
+ name: Exercise the benchmarks
138
+ command: |
139
+ . ./venv/Scripts/activate
140
+ make benchmark-ci
141
- store_test_results:
142
path: test-results
143
0 commit comments