test all features
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
shimun 2020-06-23 19:15:51 +02:00
parent 0a2a054233
commit 5bf210dc73
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -10,7 +10,7 @@ steps:
- name: test
image: rust:1.43.0
commands:
- cargo test
- cargo test --all-features
- name: publish
image: rust:1.43.0
environment:
@ -18,7 +18,7 @@ steps:
from_secret: cargo_tkn
commands:
- grep -E 'version ?= ?"${DRONE_TAG}"' -i Cargo.toml || (printf "incorrect crate/tag version" && exit 1)
- cargo package
- cargo publish
- cargo package --all-features
- cargo publish --all-features
when:
event: tag