Skip to content

Commit 3f56fcb

Browse files
committed
stick to main
1 parent 75b25c6 commit 3f56fcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bench-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout_minutes: 5
2828
max_attempts: 3
2929
retry_on: error
30-
command: git clone --branch OpenHarmony-v4.1-Beta1 https://gitee.com/openharmony/${{ matrix.project }}.git
30+
command: git clone https://gitee.com/openharmony/${{ matrix.project }}.git
3131

3232
- name: Cache Cargo dependencies and binaries
3333
uses: actions/cache@v4
@@ -57,7 +57,7 @@ jobs:
5757
continue-on-error: true
5858
run: |
5959
for i in {1..5}; do
60-
cargo dylint --all --workspace --fix -- --allow-dirty --allow-no-vcs --broken-code --lib
60+
cargo dylint --all --workspace --fix -- --allow-dirty --allow-no-vcs --broken-code --lib --bins
6161
done
6262
6363
- name: cargo check

scripts/counters.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo
88
echo "### FILE OUTPUT ###"
99
echo
1010

11-
dylint_output=$(cargo dylint --workspace --all -- --exclude tests --exclude benches 2>&1)
11+
dylint_output=$(cargo dylint --workspace --all -- --lib --bins 2>&1)
1212

1313
echo "$dylint_output"
1414
echo

0 commit comments

Comments
 (0)