15 lines
218 B
YAML
15 lines
218 B
YAML
|
when:
|
||
|
- event: push
|
||
|
branch:
|
||
|
- main
|
||
|
- path:
|
||
|
include:
|
||
|
- "domo_node/**"
|
||
|
|
||
|
steps:
|
||
|
test:
|
||
|
image: rust
|
||
|
commands:
|
||
|
- cd domo_node
|
||
|
- cargo build --all-features --locked --verbose
|