Skip to content

Commit 88fc3c2

Browse files
committed
ci: consolidate clippy checks in clippy job
- Move clippy-sqlite check to the clippy job - Remove redundant toolchain installation from test-sqlite job - Each job runs on independent runner, so consolidating lint checks in one place is more efficient
1 parent eb0eb69 commit 88fc3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
rustup target add wasm32-unknown-unknown
3838
- name: Lint Check
3939
run: make clippy
40+
- name: Lint Check (SQLite)
41+
run: make clippy-sqlite
4042
test-wasm:
4143
name: Tests / Build & Test (Wasm)
4244
needs: [ rustfmt, clippy ]
@@ -103,8 +105,6 @@ jobs:
103105
uses: actions/checkout@v4
104106
- name: Install cargo-nextest
105107
uses: taiki-e/install-action@nextest
106-
- name: Clippy (SQLite)
107-
run: make clippy-sqlite
108108
- name: UnitTest (SQLite)
109109
run: make test-sqlite
110110
code_coverage:

0 commit comments

Comments
 (0)