Crates.io | mariadb |
lib.rs | mariadb |
version | 0.1.0 |
source | src |
created_at | 2021-02-18 23:20:47.358675 |
updated_at | 2021-02-18 23:20:47.358675 |
description | Integration suite for various application e2e test on kubernets |
homepage | |
repository | |
max_upload_size | |
id | 357260 |
size | 19,218 |
Client used to run integration and e2e tests in kubernetes
To see what options there are run
#> make
cross Add dependencies needed for cross compilation
darwin Build a webserver debug binary on darwin
debug Create a docker container with a debug mode compiled binary and source code. Expose the binary via gdbserver on port 1234. Tag and push docker to registry
dev Cross compile a linux binary from darwin in debug mode
release Cross compile a linux binary in release mode (Takes longer)
run Build and run a docker container locally with debugger on port 1234
test Run cargo test on all integration tests