mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: rust-ci-info-0.3: Disable parallel tests.
* gnu/packages/crates-io.scm (rust-ci-info-0.3) [arguments]: Set #:parallel-tests?. Change-Id: I08157a173fc809bd7ed5f98a36b545cef287ea43
This commit is contained in:
parent
07117ecf69
commit
6e5fa9f13a
1 changed files with 2 additions and 1 deletions
|
@ -12339,7 +12339,8 @@ recovery.")
|
|||
"00pr17g6q6i752acrkycg0hkq3lm0p634anm41g3m6lqg8q83s75"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
`(#:parallel-tests? #f ;fails otherwise
|
||||
#:cargo-test-flags
|
||||
'("--release" "--"
|
||||
"--skip=ci::ci_test::get_bamboo"
|
||||
"--skip=ci::ci_test::get_taskcluster_runid"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue