mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
refactor: convert to cargo workspace setup
This commit is contained in:
parent
06fd485215
commit
e6b29be459
12 changed files with 2591 additions and 71 deletions
|
|
@ -16,6 +16,12 @@ This runner is expected to be implemented for a water data hub with the relevant
|
|||
cargo run --release
|
||||
```
|
||||
|
||||
To ignore standard error output and only show valid output:
|
||||
|
||||
```bash
|
||||
cargo run --release 2>/dev/null
|
||||
```
|
||||
|
||||
## Run tests
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue