chore(build): add dependency to CI build config

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-05-04 22:14:31 -05:00
parent 2a7377c724
commit 5bdf5d4084
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ name: default
steps:
- name: cargo test
image: rust:latest
commands:
commands:
- apt-get update
- apt-get install -y libudev-dev
- cargo build --verbose --all
- cargo test --verbose --all