cargo-play: enable most of the tests
This commit is contained in:
parent
377600cefd
commit
769f21d0d6
@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, lib, rustPlatform }:
|
||||
{ lib, rustPlatform, fetchFromGitHub }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-play";
|
||||
@ -13,8 +13,11 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoSha256 = "1xkscd9ci9vlkmbsaxvavrna1xpi16xcf9ri879lw8bdh7sa3nx8";
|
||||
|
||||
# some tests require internet access
|
||||
doCheck = false;
|
||||
# these tests require internet access
|
||||
checkFlags = [
|
||||
"--skip=dtoa_test"
|
||||
"--skip=infer_override"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Run your rust code without setting up cargo";
|
||||
|
Loading…
Reference in New Issue
Block a user