Skip to content

Commit 2c6b566

Browse files
committed
Run process-compose with server
Since the benchmarks all need to take the server down, run dev server with that option.
1 parent 5eec493 commit 2c6b566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bench *args:
1717
[working-directory('dev')]
1818
dev CLEAN="false" XDEBUG="false":
1919
{{ if CLEAN == "true" { "rm -rf data" } else { "" } }}
20-
{{ if XDEBUG == "true" { "ENABLE_XDEBUG=true nix run . --impure -- --no-server" } else { "nix run . -- --no-server" } }}
20+
{{ if XDEBUG == "true" { "ENABLE_XDEBUG=true nix run . --impure" } else { "nix run" } }}
2121

2222
# Format source and then check for unfixable issues
2323
format:

0 commit comments

Comments
 (0)