adds drone pipeline #1

Merged
mark merged 5 commits from drone into master 2024-05-24 10:03:40 +02:00
Showing only changes of commit 6ad194de91 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ name: default
steps: steps:
- name: test - name: test
image: rust:1.30 image: rust:latest
commands: commands:
- cargo build --verbose --all - cargo build --verbose --all
- cargo test --verbose --all - cargo test --verbose --all