Fix CI/CD issue with clippy install.
This commit is contained in:
parent
8039183097
commit
5b0cb80b32
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
language: rust
|
language: rust
|
||||||
cache: cargo # cache cargo-audit once installed
|
cache: cargo # cache cargo-audit once installed
|
||||||
before_script:
|
before_script:
|
||||||
- cargo install --force clippy
|
|
||||||
- cargo install --force cargo-audit
|
- cargo install --force cargo-audit
|
||||||
- cargo generate-lockfile
|
- cargo generate-lockfile
|
||||||
|
- rustup component add clippy-preview
|
||||||
script:
|
script:
|
||||||
- cargo audit
|
- cargo audit
|
||||||
# We use OSX so that we can get a reasonably up to date version of SQLCipher.
|
# We use OSX so that we can get a reasonably up to date version of SQLCipher.
|
||||||
|
@ -20,7 +20,6 @@ rust:
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: stable
|
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -44,3 +43,4 @@ script:
|
||||||
for crate in "" "db" "db-traits" "ffi" "public-traits" "query-projector" "query-projector-traits" "query-pull" "sql" "tolstoy" "tolstoy-traits" "transaction" "tools/cli"; do
|
for crate in "" "db" "db-traits" "ffi" "public-traits" "query-projector" "query-projector-traits" "query-pull" "sql" "tolstoy" "tolstoy-traits" "transaction" "tools/cli"; do
|
||||||
cargo test --manifest-path ./$crate/Cargo.toml --verbose --no-default-features --features sqlcipher
|
cargo test --manifest-path ./$crate/Cargo.toml --verbose --no-default-features --features sqlcipher
|
||||||
done
|
done
|
||||||
|
cache: cargo
|
||||||
|
|
Loading…
Reference in a new issue