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

@ -362,7 +362,6 @@ risk.")
(build-system cargo-build-system)
(arguments
(list
#:tests? #~(not (%current-target-system))
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'build-python-module
@ -569,7 +568,6 @@ ciphers, message digests and key derivation functions.")
(guix build utils)
(srfi srfi-1)
(ice-9 match))
#:tests? #~(not (%current-target-system))
#:install-source? #f
;; As seen in noxfile.py
#:cargo-test-flags ''("--release" "--no-default-features")