Skip to content

Commit e4d8281

Browse files
committed
doc: justfile updated with CLI test suite for loading datasets.
1 parent 8c78bd1 commit e4d8281

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

justfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@ dist:
1818
prepare version: tool_up dist
1919
cargo release {{version}}
2020

21+
# Load a particular dataset.
22+
load dataset:
23+
RUST_LOG=info cargo run --release -- -c load -d {{dataset}}
24+
25+
# Dataset loading test suite.
26+
load_all:
27+
RUST_LOG=info cargo run --release -- -c load -d FixedAssets
28+
RUST_LOG=info cargo run --release -- -c load -d GdpByIndustry
29+
# RUST_LOG=info cargo run --release -- -c load -d Mne
30+
RUST_LOG=info cargo run --release -- -c load -d Nipa
31+
RUST_LOG=info cargo run --release -- -c load -d NIUnderlyingDetail
32+
RUST_LOG=info cargo run --release -- -c load -d Iip
33+
RUST_LOG=info cargo run --release -- -c load -d InputOutput
34+
RUST_LOG=info cargo run --release -- -c load -d Ita
35+
RUST_LOG=info cargo run --release -- -c load -d UnderlyingGdpByIndustry

0 commit comments

Comments
 (0)