diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-30 10:24:26 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-30 10:24:26 +0200 |
| commit | ff32f56c7bc6e63351b173d5d3f52b6e13d4d4ac (patch) | |
| tree | 28944043bc06bd229b1683133fb4d6d98668246e /README.md | |
| parent | 46a3d2ba70decd1931e13c190bfa49217e57718d (diff) | |
| download | temp-postgres-ff32f56c7bc6e63351b173d5d3f52b6e13d4d4ac.tar.gz | |
Fix cargo-nextest example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Or configure `temp-postgres` as a wrapper for [cargo-nextest](https://nexte.st/) experimental = ["wrapper-scripts"] [scripts.wrapper.temp-postgres] -command = 'temp-postgres' +command = 'temp-postgres --' [[profile.default.scripts]] platform = { host = 'cfg(unix)' } |