Skip to content

Commit b65343d

Browse files
committed
codspeed: ignore the output
1 parent 1e149b0 commit b65343d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,6 +1327,6 @@ jobs:
13271327
echo "Running benchmarks for packages: ${{ steps.benchmark_list.outputs.benchmark_packages }}"
13281328
for package in ${{ steps.benchmark_list.outputs.benchmark_packages }}; do
13291329
echo "Running benchmarks for $package"
1330-
cargo codspeed run -p $package
1330+
cargo codspeed run -p $package > /dev/null
13311331
done
13321332
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)