12 lines
168 B
YAML
12 lines
168 B
YAML
|
when:
|
||
|
- event: push
|
||
|
branch:
|
||
|
- main
|
||
|
|
||
|
steps:
|
||
|
test:
|
||
|
image: rust
|
||
|
commands:
|
||
|
- cd domo_proto
|
||
|
- cargo test --all-features --locked --verbose
|