Commit da3e9fb5 authored by Olivér Falvai's avatar Olivér Falvai Committed by zowoq
Browse files

lsd: re-enable tests

parent 3e78aad3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  pandoc,
  testers,
  lsd,
  git,
}:

rustPlatform.buildRustPackage rec {
@@ -37,8 +38,7 @@ rustPlatform.buildRustPackage rec {
      --zsh $releaseDir/build/lsd-*/out/_lsd
  '';

  # Found argument '--test-threads' which wasn't expected, or isn't valid in this context
  doCheck = false;
  nativeCheckInputs = [ git ];

  passthru.tests.version = testers.testVersion { package = lsd; };