chore(tests/bench/speedcenter.exec.yaml): fix again
This commit is contained in:
parent
f1db7e8041
commit
8cc2f731cd
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
bash -c "
|
||||
set -euxo pipefail &&
|
||||
echo -n 'lines: ' &&
|
||||
find library -name '*.lean' -print0 | wc -l --files0-from=- | tail -1 | cut -d' ' -f 1
|
||||
find library -name '*.lean' -print0 | wc -l --files0-from=- | tail -1 | cut -d' ' -f 1"
|
||||
max_runs: 1
|
||||
runner: output
|
||||
#- attributes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue