Skip to content

Commit bfafdd9

Browse files
authored
Merge pull request rust-lang#18831 from lnicola/ci-rustc-tests
Fix metrics workflow
2 parents b2892ef + b7dc464 commit bfafdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
chmod 700 ~/.ssh
130130
131131
git clone --depth 1 [email protected]:rust-analyzer/metrics.git
132-
jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.json rustc_tests.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json
132+
jq -s ".[0] * .[1] * .[2] * .[3] * .[4] * .[5]" build.json self.json ripgrep-13.0.0.json webrender-2022.json diesel-1.4.8.json hyper-0.14.18.json -c >> metrics/metrics.json
133133
cd metrics
134134
git add .
135135
git -c user.name=Bot -c [email protected] commit --message 📈

0 commit comments

Comments
 (0)