aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index f827928..ce7652b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -39,4 +39,13 @@ steps:
- cargo build-all-features
- cargo build --example fullmesh
- 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