chore: remove unnecessary commands from CI config
This commit is contained in:
parent
ab499bfddc
commit
5b21fac186
|
@ -6,7 +6,5 @@ steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y libsqlite3-dev
|
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
Loading…
Reference in New Issue