ci: Remove superflous workaround

This commit is contained in:
Nora Widdecke 2022-10-25 12:12:48 +02:00
parent baf7895024
commit 7113de821e
No known key found for this signature in database
GPG key ID: 2D4111B31DBB99B6

View file

@ -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: [ ]