10 lines
118 B
YAML
10 lines
118 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: test
|
|
image: rust:latest
|
|
commands:
|
|
- cargo test
|