This commit is contained in:
philipp 2023-04-10 14:51:47 +02:00
parent 99b8b76550
commit 884136ab61

View File

@ -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