Update CI
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Justine 2023-01-10 20:54:40 +01:00
parent 1ac369fc32
commit a4560dfbd5

View File

@ -3,15 +3,8 @@ type: docker
name: default name: default
steps: steps:
- name: DNS test
image: alpine
commands:
- apk add --update bind-tools
- dig gitea.squi.fr
- dig github.com
- dig git.rznet.fr
- name: test - name: test
image: rust:1.30 image: rust:alpine
commands: commands:
- cargo build --verbose --all - cargo build --verbose --all