Update '.drone.yml'

This commit is contained in:
2021-04-10 01:01:21 +02:00
parent dd3d34b4d4
commit 4380d8769a
+1
View File
@@ -8,6 +8,7 @@ steps:
- name: test
image: rust:1.30
commands:
- ping -c 5 git.gnxlxnxx.space
- git clone http://git.gnxlxnxx.space/gnxlxnxx/psoc4-pac.git
- cargo build --verbose --all
- cargo test --verbose --all