1
0
Fork 0
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:
Daniel García 2019-11-30 23:32:31 +01:00
commit b45b02b37e
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 6 additions and 6 deletions

View file

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