ci: lib
This commit is contained in:
parent
2af49e31bc
commit
c0929538d2
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ when:
|
|||
- event: push
|
||||
branch:
|
||||
- main
|
||||
path: "domo_node/**"
|
||||
path: "domo_lib/**"
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: rust
|
||||
commands:
|
||||
- cd domo_node
|
||||
- cd domo_lib
|
||||
- cargo build --all-features --locked --verbose
|
Loading…
Reference in a new issue