Skip to content

Commit 7ec2fce

Browse files
committed
cleaned up new rust.yml action
1 parent 3d2581e commit 7ec2fce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ jobs:
7979
uses: dtolnay/rust-toolchain@stable
8080
with:
8181
components: clippy
82-
- name: Install SQLite
83-
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
8482
- name: Run clippy
8583
run: cargo clippy --all-targets --all-features -- -D warnings
8684

@@ -106,7 +104,7 @@ jobs:
106104
- name: Install tarpaulin
107105
run: cargo install cargo-tarpaulin
108106
- name: Generate coverage
109-
run: cargo tarpaulin --verbose --engine=llvm --all-features --timeout 120 --out xml -p diesel-builders
107+
run: cargo tarpaulin --verbose --engine=llvm --all-features --timeout 120 --out xml -p sql_docs
110108
- name: Upload coverage to Codecov
111109
uses: codecov/codecov-action@v5
112110
with:

0 commit comments

Comments
 (0)