aboutsummaryrefslogtreecommitdiffstats
path: root/atuin.nix
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-09-29 02:56:40 +0100
committerGitHub <noreply@github.com>2023-09-28 18:56:40 -0700
commit7067d772bc8c7e3c829a0b43ff9b5579bc07aef3 (patch)
tree731b44997e3ffc86ddc527ffb87827bd8ab9cea1 /atuin.nix
parentUpdate support.yml (#1268) (diff)
downloadatuin-7067d772bc8c7e3c829a0b43ff9b5579bc07aef3.zip
fix sync timestamps (#1258)
* fix timestamp * add sync test * skip all sync tests
Diffstat (limited to 'atuin.nix')
-rw-r--r--atuin.nix3
1 files changed, 2 insertions, 1 deletions
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"
];