Browse Source

Use nightly rust for build

drone-volume-cache
Alex Mikhalev 4 years ago
parent
commit
50424f4c89
  1. 2
      .drone.yml

2
.drone.yml

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: test - name: test
image: rust:slim image: rustlang/rust:nightly
commands: commands:
- cargo build --verbose --all - cargo build --verbose --all
- cargo test --verbose --all - cargo test --verbose --all
Loading…
Cancel
Save