ci: Remove superflous workaround
This commit is contained in:
parent
baf7895024
commit
7113de821e
1 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ cargo-clippy:
|
||||||
- *report-rust
|
- *report-rust
|
||||||
script:
|
script:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- rm tools/tests/opgpcard.rs # otherwise build fails
|
|
||||||
- cargo clippy --verbose --tests -- -D warnings
|
- cargo clippy --verbose --tests -- -D warnings
|
||||||
cache:
|
cache:
|
||||||
# inherit all general cache settings
|
# inherit all general cache settings
|
||||||
|
@ -85,7 +84,6 @@ udeps:
|
||||||
- curl --location --output /tmp/cargo-udeps.tar.gz https://github.com/est31/cargo-udeps/releases/download/v0.1.26/cargo-udeps-v0.1.26-x86_64-unknown-linux-gnu.tar.gz
|
- curl --location --output /tmp/cargo-udeps.tar.gz https://github.com/est31/cargo-udeps/releases/download/v0.1.26/cargo-udeps-v0.1.26-x86_64-unknown-linux-gnu.tar.gz
|
||||||
- tar --extract --verbose --gzip --file /tmp/cargo-udeps.tar.gz --directory /usr/local/bin/ --strip-components=2 ./cargo-udeps-v0.1.26-x86_64-unknown-linux-gnu/cargo-udeps
|
- tar --extract --verbose --gzip --file /tmp/cargo-udeps.tar.gz --directory /usr/local/bin/ --strip-components=2 ./cargo-udeps-v0.1.26-x86_64-unknown-linux-gnu/cargo-udeps
|
||||||
script:
|
script:
|
||||||
- rm tools/tests/opgpcard.rs # otherwise build fails
|
|
||||||
- cargo udeps --workspace --all-features --all-targets
|
- cargo udeps --workspace --all-features --all-targets
|
||||||
cache: [ ]
|
cache: [ ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue