Skip to content

Commit

Permalink
quickwit: Added nixosTests to passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds committed Jun 5, 2024
1 parent c31c692 commit e81519a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkgs/servers/search/quickwit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, lib
, fetchFromGitHub
, rustPlatform
, nixosTests
, nix-update-script
, protobuf
, rust-jemalloc-sys
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e81519a

Please sign in to comment.