Revert "build: cargo-build-system: Disable tests by default."

This reverts commit 37667443074a6de29f7665868f102111d62f0af9.

This change needs more discussion.
This commit is contained in:
Efraim Flashner 2023-10-18 08:30:14 +03:00
parent d45992833b
commit 003dc790fd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
15 changed files with 46 additions and 106 deletions

View file

@ -3053,7 +3053,6 @@ help formatter.")
(assoc-ref py:%standard-phases 'build))
(add-after 'build-python-module 'install-python-module
(assoc-ref py:%standard-phases 'install)))
#:tests? #~(not (%current-target-system))
#:cargo-inputs
`(("rust-ahash" ,rust-ahash-0.8)
("rust-arrayvec" ,rust-arrayvec-0.7)