mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 15:04:14 +00:00
Travis
This commit is contained in:
parent
abe27a0236
commit
2b7464e149
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ before_script:
|
|||
before_install:
|
||||
- cd server
|
||||
script:
|
||||
- cargo install diesel_cli -- force --no-default-features --features postgres
|
||||
- diesel migration run
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue