diff options
| author | 2025-02-07 09:00:03 -0800 | |
|---|---|---|
| committer | 2025-02-13 22:24:44 -0800 | |
| commit | 993530e8fb9cb8a0dd33546156b30d2ca4713476 (patch) | |
| tree | 3b21a41b4e36b7c3ceb63a6220a4b96a07ca2554 | |
| parent | 986b04aa9a19c24583adee2bbd6dda0a8e8d440c (diff) | |
| download | new-dotfiles-993530e8fb9cb8a0dd33546156b30d2ca4713476.tar.gz new-dotfiles-993530e8fb9cb8a0dd33546156b30d2ca4713476.zip | |
rust-atuin: Run as many tests as possible
| -rw-r--r-- | oni/packages/atuin.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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.") |
