Use insta and criterion for main integration test and benches respectively.
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>
This commit is contained in:
parent
43f0882d83
commit
8d6bfde5a0
22 changed files with 373 additions and 100 deletions
|
|
@ -703,7 +703,7 @@ inherits = "release-native.build-override"
|
|||
#]
|
||||
|
||||
[profile.bench]
|
||||
debug = "limited"
|
||||
debug = false
|
||||
strip = false
|
||||
#rustflags = [
|
||||
# "-Cremark=all",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue