9 lines
132 B
YAML
9 lines
132 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: "Cargo Test"
|
|
image: rust:alpine
|
|
commands:
|
|
- cargo test --all
|