Run main binary by default
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m39s
Build and deploy automation_rs / Run pre-commit checks (push) Successful in 7m34s
Build and deploy automation_rs / Build Docker image (push) Successful in 50s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m39s
Build and deploy automation_rs / Run pre-commit checks (push) Successful in 7m34s
Build and deploy automation_rs / Build Docker image (push) Successful in 50s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
This commit is contained in:
parent
c89d5f3301
commit
33a2e4ba11
|
@ -2,11 +2,11 @@
|
|||
name = "automation"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
default-run = "automation"
|
||||
|
||||
[workspace]
|
||||
members = ["google-home", "automation_macro", "automation_cast"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
automation_macro = { path = "./automation_macro" }
|
||||
automation_cast = { path = "./automation_cast/" }
|
||||
|
|
Loading…
Reference in New Issue
Block a user