fix tests, cargo fmt, introduced crate serial_test to allow sequential testing env sensitive tests
All checks were successful
Run Check Script / check (pull_request) Successful in 56s
All checks were successful
Run Check Script / check (pull_request) Successful in 56s
This commit is contained in:
@@ -57,5 +57,7 @@ async fn main() {
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
info!("Enjoy! You can test your nats cluster by running : `kubectl exec -n {namespace} -it deployment/nats-box -- nats pub test hi`");
|
||||
info!(
|
||||
"Enjoy! You can test your nats cluster by running : `kubectl exec -n {namespace} -it deployment/nats-box -- nats pub test hi`"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user