Unverified Commit c385201a authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #220641 from raboof/turbo-add-version-test

turbo: add version test
parents cafe39a0 68c7d4da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
, extra-cmake-modules
, fontconfig
, go
, testers
, turbo
}:
let
  version = "1.8.3";
@@ -82,6 +84,8 @@ rustPlatform.buildRustPackage rec {
  # Browser tests time out with chromium and google-chrome
  doCheck = false;

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

  meta = with lib; {
    description = "High-performance build system for JavaScript and TypeScript codebases";
    homepage = "https://turbo.build/";