i5-add-tests (part 3) #9

Merged
kemitix merged 28 commits from i5-add-tests into main 2023-07-29 20:36:04 +01:00
Showing only changes of commit b5a3f5ece2 - Show all commits

View file

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