gnu: rust-needletail-0.4: Don't skip tests.

* gnu/packages/crates-io.scm (rust-needletail-0.4)[arguments]: Don't
skip the test suite.  Add cargo-test-flags.

Change-Id: I725d088d7ace8788c403cc5a92e6257fb3785f08
This commit is contained in:
Efraim Flashner 2023-11-04 21:42:53 +02:00
parent 4a2ed12065
commit 0d0ceae6ee
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -45814,10 +45814,10 @@ (define-public rust-needletail-0.4
"1k535wlg0khac2gz3q84rlcqc5r89jyw73ww25vfgc04plzc9d3z"))))
(build-system cargo-build-system)
(arguments
;; Two tests fail due to missing files.
;; - parser::fastq::test::test_bad_headers
;; - parser::fastq::test::test_fastq_with_random_tsv_inside
`(#:tests? #false
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests" "--"
"--skip=parser::fastq::test::test_bad_headers"
"--skip=parser::fastq::test::test_fastq_with_random_tsv_inside")
#:cargo-inputs
(("rust-buf-redux" ,rust-buf-redux-0.8)
("rust-bytecount" ,rust-bytecount-0.6)