Enable rust checks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-08-24 18:14:40 +02:00
parent 3bc9b0f8a1
commit cab0bfeccb

View File

@ -9,8 +9,8 @@ steps:
commands:
- rustup component add clippy
- cd geneit_backend
#- cargo clippy -- -D warnings
#- cargo test
- cargo clippy -- -D warnings
- cargo test
- name: app_deploy
image: node:18