fix ci
This commit is contained in:
parent
99b8b76550
commit
884136ab61
@ -5,6 +5,6 @@ rust-latest:
|
||||
stage: build
|
||||
image: rust:latest
|
||||
script:
|
||||
- apt update && apt install sqlite3 && ./test_db.sh
|
||||
- apt update && apt install -y sqlite3 && ./test_db.sh
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
Loading…
Reference in New Issue
Block a user