Improve/fix unit tests (#9850)

* Improve/fix tests.

* Fix cargo test.
This commit is contained in:
Felix Fontein 2025-03-08 16:26:09 +01:00 committed by GitHub
commit 9df8465476
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 75 additions and 49 deletions

View file

@ -20,4 +20,4 @@
environment: "{{ cargo_environment }}"
when: has_cargo | default(false)
- import_tasks: test_rustup_cargo.yml
when: rustup_cargo_bin | default(false)
when: (rustup_cargo_bin | default(false)) is truthy