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
|
||||
script:
|
||||
- rustup component add clippy
|
||||
- rm tools/tests/opgpcard.rs # otherwise build fails
|
||||
- cargo clippy --verbose --tests -- -D warnings
|
||||
cache:
|
||||
# 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
|
||||
- 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:
|
||||
- rm tools/tests/opgpcard.rs # otherwise build fails
|
||||
- cargo udeps --workspace --all-features --all-targets
|
||||
cache: [ ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue