Skip to content
Snippets Groups Projects
Commit 7f803bc0 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

Update .gitlab-ci.yml file

parent d695e0f3
No related branches found
No related tags found
No related merge requests found
Pipeline #46 failed
...@@ -44,4 +44,7 @@ test: ...@@ -44,4 +44,7 @@ test:
image: rust:latest image: rust:latest
script: script:
- rustc --version && cargo --version - rustc --version && cargo --version
- apt update
- apt install -y sqlite3 libmagic1 libmagic-dev
- sqlite3 ephemeral.db < schema.sql
- cargo test --verbose - cargo test --verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment