chore: remove unnecessary commands from CI config
This commit is contained in:
parent
ab499bfddc
commit
5b21fac186
|
@ -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
|
Loading…
Reference in New Issue