chore: remove unnecessary commands from CI config

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-03-01 21:38:23 -06:00
parent de801870dd
commit 1a6dac03d5
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,5 @@ steps:
- name: cargo test
image: rust:latest
commands:
- apt-get update
- apt-get install -y libsqlite3-dev
- cargo build --verbose --all
- cargo test --verbose --all