test in separate drone step (redundant stuff tho)
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Alex 2021-10-13 18:06:16 +02:00
parent dd881e2e60
commit abaff96f7d
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 9 additions and 0 deletions

View File

@ -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