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
|
- event: push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
path: "domo_node/**"
|
path: "domo_lib/**"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- cd domo_node
|
- cd domo_lib
|
||||||
- cargo build --all-features --locked --verbose
|
- cargo build --all-features --locked --verbose
|
Loading…
Reference in a new issue