awsomearvinder / doas

MIT License
0 stars 0 forks source link

Update CI #34

Open awsomearvinder opened 4 years ago

awsomearvinder commented 4 years ago

CI is really minimal right now (only check tests and if it compiles). Doing more would probably be nice.

awsomearvinder commented 4 years ago

Being more precise, I'd like to add clippy into the CI as well as cargo fmt, to make sure that code neither needs to be formatted or no warnings need to be removed.