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

turbo: add version test
This commit is contained in:
superherointj 2023-03-11 09:48:33 -03:00 committed by GitHub
commit c385201a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/";