Update '.drone.yml'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
55b530e468
commit
bee79b5ba3
|
@ -2,6 +2,11 @@ kind: pipeline
|
||||||
name: tests/release
|
name: tests/release
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: fetch tags
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git fetch --tags
|
||||||
|
|
||||||
- name: rust tests
|
- name: rust tests
|
||||||
image: "rust:1"
|
image: "rust:1"
|
||||||
pull: always
|
pull: always
|
||||||
|
|
Loading…
Reference in New Issue