forked from pierre/GrammalecteClient
Compare commits
4 Commits
252bc0ae32
...
d98859d064
Author | SHA1 | Date | |
---|---|---|---|
|
d98859d064 | ||
|
67236248be | ||
|
87eb37cb75 | ||
2dd1e5907a |
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: cargo_check
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- rustup component add clippy
|
||||||
|
- cargo clippy -- -D warnings
|
||||||
|
- cargo test --all-features
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user