drone
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Justine Pelletreau 2023-07-14 00:23:40 +02:00
parent d130463642
commit 4c28056b4f

View File

@ -4,6 +4,6 @@ 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