Browse Source

separate build and test ci tasks

pull/3/head
jake 5 years ago
parent
commit
3fcee7f67e
  1. 1
      .drone.yml

1
.drone.yml

@ -11,4 +11,5 @@ steps:
- name: cargo test
commands:
- rustup default nightly
- cargo build
- cargo test
Loading…
Cancel
Save