mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
Merge pull request #269395 from Janik-Haag/alicelg
alice-lg: add passthru.tests
This commit is contained in:
commit
610f760ba0
@ -5,6 +5,7 @@
|
||||
, stdenv
|
||||
, yarn
|
||||
, nodejs
|
||||
, nixosTests
|
||||
, git
|
||||
, prefetch-yarn-deps
|
||||
}:
|
||||
@ -74,6 +75,8 @@ buildGoModule rec {
|
||||
subPackages = [ "cmd/alice-lg" ];
|
||||
doCheck = false;
|
||||
|
||||
passthru.tests = nixosTests.alice-lg;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/alice-lg/alice-lg";
|
||||
description = "A looking-glass for BGP sessions";
|
||||
|
Loading…
Reference in New Issue
Block a user