chore(ci): add cmake to the test stage
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
koalp 2021-04-29 02:14:30 +02:00
parent 865b949b5f
commit 9dd501418e
Signed by: koalp
GPG Key ID: 35B21047DEB09A81

View File

@ -18,5 +18,6 @@ steps:
pull: true
errignore: true
commands:
- apt-get update && apt-get install -y cmake
- cargo test --all
- cargo build