add tests to CI config
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Johannes Heuel
2022-09-17 19:10:29 +02:00
parent ea1cdf01e4
commit 1ec6b1cec8

View File

@@ -9,3 +9,8 @@ steps:
- curl https://sh.rustup.rs -sSf | bash -s -- -y
- export PATH="/root/.cargo/bin:$${PATH}"
- pre-commit run --all-files
- name: test
image: rust:1.30
commands:
- cargo build --verbose --all
- cargo test --verbose --all