i5-add-tests (part 4) #10

Merged
kemitix merged 39 commits from i5-add-tests into main 2023-08-05 06:50:01 +01:00
Showing only changes of commit d23fd7e590 - Show all commits

View file

@ -1,12 +1,12 @@
steps:
build:
image: rust:latest
pull: true
when:
when:
- event: pull_request
repo: kemitix/podal
- event: push
branch: main
steps:
build:
image: rust:latest
pull: true
commands:
- rustup component add rustfmt clippy
- cargo --version