guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/33: gnu: rust-uuid-0.5: Only test the library.


From: guix-commits
Subject: 04/33: gnu: rust-uuid-0.5: Only test the library.
Date: Wed, 25 Oct 2023 05:36:36 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 42ed8bdd1abda818464f76e48b1ae5471f345ee4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 21:56:59 2023 +0300

    gnu: rust-uuid-0.5: Only test the library.
    
    * gnu/packages/crates-io.scm (rust-uuid-0.5)[arguments]: Add
    cargo-test-flags to only test the library.
    
    Change-Id: I5d3f578cd4642b718701bf54de54886c62a7599b
---
 gnu/packages/crates-io.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7c73523084..e68ad0056c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83017,7 +83017,9 @@ first byte.")
         (base32
          "08nw3famk1w1zf9ck32pmklk24wd4n4nqnr9wl46qvxak2wf7ixw"))))
     (arguments
-     `(#:cargo-inputs
+     `(#:cargo-test-flags
+       '("--release" "--lib")
+       #:cargo-inputs
        (("rust-md5" ,rust-md5-0.3)
         ("rust-rand" ,rust-rand-0.3)
         ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]