Skip to content

Commit dd5ea03

Browse files
committed
CI: Lint non-member crates in CI
Lint the `verify` and `integration_tests` crates in CI using the scripts we already have.
1 parent 4153266 commit dd5ea03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ jobs:
119119
- name: "Set dependencies"
120120
run: cp Cargo-${{ matrix.dep }}.lock Cargo.lock
121121
- name: "Run test script"
122-
run: ./maintainer-tools/ci/run_task.sh lint
122+
run: |
123+
./maintainer-tools/ci/run_task.sh lint
124+
./contrib/lint-integtation-tests.sh
125+
./contrib/lint-verify.sh
123126
124127
Docs:
125128
name: Docs - stable toolchain

0 commit comments

Comments
 (0)