test in separate drone step (redundant stuff tho)
This commit is contained in:
parent
dd881e2e60
commit
abaff96f7d
1 changed files with 9 additions and 0 deletions
|
@ -39,4 +39,13 @@ steps:
|
||||||
- cargo build-all-features
|
- cargo build-all-features
|
||||||
- cargo build --example fullmesh
|
- cargo build --example fullmesh
|
||||||
- cargo build --example basalt --features "basalt"
|
- cargo build --example basalt --features "basalt"
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
image: rustlang/rust:nightly
|
||||||
|
environment:
|
||||||
|
CARGO_HOME: /drone/cargo
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install --yes libsodium-dev
|
||||||
|
- cd netapp
|
||||||
- cargo test --all-features -- --test-threads 1
|
- cargo test --all-features -- --test-threads 1
|
||||||
|
|
Loading…
Reference in a new issue