The run_local_tests.sh script checks the source code with cargo fmt
and cargo clippy, starts a MariaDB server, sets up the simple_kbs DB
schema, and runs cargo test against that server.
This allows running simple-kbs tests locally (if you have docker
installed).
The run_local_tests.sh script checks the source code with
cargo fmt
andcargo clippy
, starts a MariaDB server, sets up the simple_kbs DB schema, and runscargo test
against that server.This allows running simple-kbs tests locally (if you have docker installed).
Signed-off-by: Dov Murik dov.murik1@il.ibm.com