Skip to content

Commit c94f501

Browse files
committed
Fix: Temporary disable lsp benchmarks
1 parent ac5446b commit c94f501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/continue_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
- run:
9494
name: Run linters and code style checks
9595
command: make py-style
96-
- run:
97-
name: Exercise the benchmarks
98-
command: make benchmark-ci
96+
# - run:
97+
# name: Exercise the benchmarks
98+
# command: make benchmark-ci
9999
- run:
100100
name: Run cicd tests
101101
command: make cicd-test

0 commit comments

Comments
 (0)