From 7067d772bc8c7e3c829a0b43ff9b5579bc07aef3 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 29 Sep 2023 02:56:40 +0100 Subject: fix sync timestamps (#1258) * fix timestamp * add sync test * skip all sync tests --- atuin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atuin.nix') diff --git a/atuin.nix b/atuin.nix index 795e927d..fa6d229d 100644 --- a/atuin.nix +++ b/atuin.nix @@ -37,7 +37,8 @@ rustPlatform.buildRustPackage { # Additional flags passed to the cargo test binary, see `cargo test -- --help` checkFlags = [ - # Registration tests require a postgres server + # Sync tests require a postgres server + "--skip=sync" "--skip=registration" ]; -- cgit v1.3.1