confidential-containers / simple-kbs

Key Broker Server for SEV(-ES)
Apache License 2.0
10 stars 12 forks source link

tools: Add run_local_tests.sh #24

Closed dubek closed 2 years ago

dubek commented 2 years ago

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).

Signed-off-by: Dov Murik dov.murik1@il.ibm.com