mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
feat: add/update schemas, config, README, and test
This commit is contained in:
parent
f7caaaae8e
commit
d01e05ab48
7 changed files with 129 additions and 29 deletions
12
README.md
12
README.md
|
|
@ -13,3 +13,15 @@ This runner is expected to be implemented for a water data hub with the relevant
|
|||
```bash
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
## Run tests
|
||||
|
||||
```bash
|
||||
cargo test
|
||||
```
|
||||
|
||||
To include print statements in test output, run:
|
||||
|
||||
```bash
|
||||
cargo test -- --nocapture
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue