Run tests on PR #1

Merged
Adrien merged 7 commits from fix/ci-add-first-checks into develop 2024-09-24 21:12:34 +00:00
2 changed files with 26 additions and 0 deletions
Showing only changes of commit d8e3d49d95 - Show all commits

View File

@@ -8,6 +8,7 @@ steps:
- name: clippy
image: rust:latest
commands:
- rustup component add clippy
- cargo clippy --all --all-features -- -D warnings
- name: build