Skip to content

Commit ad1693e

Browse files
committed
update file names
1 parent 22d776b commit ad1693e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272

7373
- name: run clippy on working projects with 30 rules
7474
working-directory: ./benchmark
75-
run: bash cargo_check_clippy.sh >cargo_check.log 2>clippy_log.txt
75+
run: bash cargo_check_clippy.sh >cargo_check.log 2>clippy.log
7676
continue-on-error: true
7777

7878
- name: clippy logs
7979
working-directory: ./benchmark
80-
run: cat clippy_log.txt
80+
run: cat clippy.log
8181

8282
- name: compute KLOC
8383
working-directory: ./benchmark

benchmark/compute_KLOC.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)