2.0 Refactor #2

Merged
joe merged 16 commits from ci into main 2022-09-25 18:06:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8ef56f4ec4 - Show all commits

View File

@ -5,7 +5,7 @@ steps:
- name: test
image: rust:latest
commands:
- cargo install clippy
- rustup component add clippy
- cargo clippy
- cargo test --all