docker/ci: Separate integration and unit tests and benches jobs. Add directives to remove db before/after integration tests are performed. Split start/run/stop phases; add more granular smoketests. Split main integration tests into units for isolation. Signed-off-by: Jason Volk <jason@zemos.net>
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
---
|
|
source: src/main/tests/smoke.rs
|
|
description: Smoke Test
|
|
expression: result
|
|
---
|
|
Ok(
|
|
(),
|
|
)
|