docs: 'just seed' recipe + README seed step (#14)
This commit is contained in:
@@ -4,6 +4,10 @@ set dotenv-load
|
||||
run:
|
||||
cargo run -p server
|
||||
|
||||
# Seed the baseline Spectrum cataloguing vocabularies + field definitions (idempotent)
|
||||
seed:
|
||||
cargo run -p server -- seed
|
||||
|
||||
# Run the full test suite via cargo-nextest (per-test isolation, live output,
|
||||
# hang timeouts). nextest does not run doctests, so they run separately.
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user