mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
Merge pull request #220641 from raboof/turbo-add-version-test
turbo: add version test
This commit is contained in:
commit
c385201a49
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user