mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-09 12:39:09 +00:00
Change CI to run tests
This commit is contained in:
parent
12928b832c
commit
b45b02b37e
2 changed files with 6 additions and 6 deletions
|
@ -17,5 +17,5 @@ before_install:
|
|||
install: true
|
||||
script:
|
||||
- git ls-files --exclude='Dockerfile*' --ignored | xargs --max-lines=1 hadolint
|
||||
- cargo build --features "sqlite"
|
||||
- cargo build --features "mysql"
|
||||
- cargo test --features "sqlite"
|
||||
- cargo test --features "mysql"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue