From 993530e8fb9cb8a0dd33546156b30d2ca4713476 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 7 Feb 2025 09:00:03 -0800 Subject: [PATCH] rust-atuin: Run as many tests as possible --- oni/packages/atuin.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni/packages/atuin.scm b/oni/packages/atuin.scm index e431243..5cedfcc 100644 --- a/oni/packages/atuin.scm +++ b/oni/packages/atuin.scm @@ -1501,7 +1501,8 @@ SQLite.") ("rust-uuid" ,rust-uuid-1) ("rust-whoami" ,rust-whoami-1)) #:cargo-development-inputs (("rust-tracing-tree" ,rust-tracing-tree-0.4)) - #:tests? #f)) + ;; These tests all try to connect to a locally running server instance. + #:cargo-test-flags '("--" "--skip" "sync" "--skip" "change_password" "--skip" "multi_user_test" "--skip" "registration"))) (home-page "https://atuin.sh") (synopsis "atuin - magical shell history") (description "This package provides atuin - magical shell history.")