Skip to content

Commit 22d776b

Browse files
committed
update CI
1 parent 30b0a24 commit 22d776b

File tree

7 files changed

+22
-28
lines changed

7 files changed

+22
-28
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
##### CODE MODIFICATION STEPS ####
5757
- name: run crusts
5858
working-directory: ./benchmark
59-
run: sh crusts.sh
59+
run: bash crusts.sh
6060
continue-on-error: true
6161

6262
- name: run clippy fix
6363
working-directory: ./benchmark
64-
run: sh clippy_fix.sh
64+
run: bash clippy_fix.sh
6565
continue-on-error: true
6666

6767
- name: comment unsafe code
@@ -72,7 +72,7 @@ jobs:
7272

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

7878
- name: clippy logs
@@ -81,4 +81,4 @@ jobs:
8181

8282
- name: compute KLOC
8383
working-directory: ./benchmark
84-
run: sh compute_KLOC.sh
84+
run: bash compute_KLOC.sh

benchmark/all_in_one.sh

Lines changed: 11 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmark/cargo_check_clippy.sh

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmark/clippy_fix.sh

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

benchmark/crusts.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.

benchmark/crusts_par.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)