test in debug
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Shimun 2020-02-15 16:46:01 +01:00
parent c2f93e5aea
commit faef1469f8
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -7,8 +7,7 @@ steps:
commands: commands:
- apt update && apt install git clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev -y - apt update && apt install git clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev -y
- cargo test - cargo test
- rustup target add x86_64-unknown-linux-musl - cargo build
- cargo build --release --target x86_64-unknown-linux-musl
- name: dockerize - name: dockerize
image: plugins/docker image: plugins/docker
settings: settings: