fix typo in .drone.yml

This commit is contained in:
Paul 2023-11-03 10:03:15 +01:00
parent af7f1a24a7
commit db7001c749

View File

@ -8,7 +8,7 @@ platform:
arch: amd64
steps:
- name: test and build
- name: build and test
image: rust:1
pull: always
commands:
@ -75,7 +75,7 @@ platform:
arch: arm64
steps:
- name: test and build
- name: build and test
image: rust:1
pull: always
commands: