turbo: add version test

This commit is contained in:
Arnout Engelen 2023-03-11 12:07:29 +01:00
parent 898da5f74e
commit 68c7d4da1d
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

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