Add flag for testing embedded file system

This commit is contained in:
Eli Ribble 2026-02-09 21:39:47 +00:00
parent 316a94a6cf
commit 443a13afcf
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

View file

@ -3,7 +3,7 @@ testdata_dir = "testdata"
tmp_dir = "tmp"
[build]
args_bin = []
args_bin = ["-prod"]
bin = "./tmp/nidus-sync"
cmd = "go build -o ./tmp/nidus-sync ."
delay = 1000