Browse Source

separate build and test ci tasks for real this time

pull/3/head
jake 5 years ago
parent
commit
5923648df0
  1. 6
      .drone.yml

6
.drone.yml

@ -8,8 +8,12 @@ platform:
arch: amd64
steps:
- name: cargo test
- name: get rust
commands:
- rustup default nightly
- name: cargo build
commands:
- cargo build
- name: cargo test
commands:
- cargo test
Loading…
Cancel
Save