Skip to content

Commit 00b8f03

Browse files
committed
ci: fix empty with: block in benchmark workflow
1 parent ee69885 commit 00b8f03

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test-bench.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ jobs:
3737
with:
3838
fetch-depth: 1
3939

40+
# No submodules, LFS, or space cleanup needed: benchmark functions
41+
# only use in-memory or local testdata/ files. Submodules
42+
# (legacy-tests, execution-spec-tests) and LFS fixtures are only
43+
# read by regular Test* functions.
4044
- uses: ./.github/actions/setup-erigon
4145
id: erigon
42-
with:
43-
# No submodules, LFS, or space cleanup needed: benchmark
44-
# functions only use in-memory or local testdata/ files.
45-
# Submodules (legacy-tests, execution-spec-tests) and LFS
46-
# fixtures are only read by regular Test* functions.
4746

4847
- name: Run benchmarks
4948
run: make test-bench

0 commit comments

Comments
 (0)