mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 15:04:14 +00:00
Travis
This commit is contained in:
parent
a9178e1eb5
commit
d2f234927d
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ before_install:
|
|||
- cd server
|
||||
script:
|
||||
- cargo install diesel_cli --no-default-features --features postgres
|
||||
- cargo install
|
||||
- cargo build
|
||||
- diesel migration run
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
env:
|
||||
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
|
||||
|
|
Loading…
Reference in a new issue