(makefile with run release)
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Alex 2022-06-27 11:58:14 +02:00
parent e7810e9cb3
commit 928394cc32
No known key found for this signature in database
GPG Key ID: 09EC5284AA804D3C
1 changed files with 6 additions and 0 deletions

View File

@ -14,9 +14,15 @@ shell:
run1:
RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.1.toml server
run1rel:
RUST_LOG=garage=debug ./target/release/garage -c tmp/config.1.toml server
run2:
RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.2.toml server
run2rel:
RUST_LOG=garage=debug ./target/release/garage -c tmp/config.2.toml server
run3:
RUST_LOG=garage=debug ./target/debug/garage -c tmp/config.3.toml server
run3rel:
RUST_LOG=garage=debug ./target/release/garage -c tmp/config.3.toml server