Actually run cargo package when deploying
This commit is contained in:
parent
0077f2df7d
commit
cac5dd17c3
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ script:
|
|||
- cargo build --verbose --features iron-handlers
|
||||
- cargo test --verbose --features "iron-handlers expose-test-schema"
|
||||
|
||||
before_deploy:
|
||||
- rm -rf target/package/
|
||||
- cargo package --verbose
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
Loading…
Reference in a new issue