diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-09-29 02:56:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-28 18:56:40 -0700 |
| commit | 7067d772bc8c7e3c829a0b43ff9b5579bc07aef3 (patch) | |
| tree | 731b44997e3ffc86ddc527ffb87827bd8ab9cea1 /atuin.nix | |
| parent | Update support.yml (#1268) (diff) | |
| download | atuin-7067d772bc8c7e3c829a0b43ff9b5579bc07aef3.zip | |
fix sync timestamps (#1258)
* fix timestamp
* add sync test
* skip all sync tests
Diffstat (limited to 'atuin.nix')
| -rw-r--r-- | atuin.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" ]; |
