quickwit: Added nixosTests to passthru.tests

This commit is contained in:
Jonathan Davies 2024-06-04 00:48:41 +01:00
parent c31c69206f
commit e81519a858
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
, lib
, fetchFromGitHub
, rustPlatform
, nixosTests
, nix-update-script
, protobuf
, rust-jemalloc-sys
@ -53,7 +54,13 @@ rustPlatform.buildRustPackage rec {
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
passthru.updateScript = nix-update-script { };
passthru = {
tests = {
inherit (nixosTests) quickwit;
inherit (nixosTests.vector) syslog-quickwit;
};
updateScript = nix-update-script { };
};
checkFlags = [
# tries to make a network access