From ff32f56c7bc6e63351b173d5d3f52b6e13d4d4ac Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 30 Apr 2026 10:24:26 +0200 Subject: Fix cargo-nextest example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a7872..1703299 100644 --- a/README.md +++ b/README.md @@ -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)' } -- cgit v1.3