Skip to content

Commit a6af65c

Browse files
Update quality-gate.yml
1 parent 676bf3c commit a6af65c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/quality-gate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- dev
1010
paths:
1111
- "src/**/**.rs"
12-
- "crates/**/**.rs"
1312

1413
jobs:
1514
quality-gate:
@@ -18,4 +17,4 @@ jobs:
1817
runs-on: ubuntu-latest
1918
checks-command: "--all --check"
2019
clippy-command: "-- -D warnings"
21-
tests-command: "test"
20+
tests-command: "test"

0 commit comments

Comments
 (0)