Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-06-11 18:40:07 +00:00
parent 55b530e468
commit bee79b5ba3
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ kind: pipeline
name: tests/release
steps:
- name: fetch tags
image: alpine/git
commands:
- git fetch --tags
- name: rust tests
image: "rust:1"
pull: always