diff --git a/.drone.yml b/.drone.yml index a457c998..7f9c1b5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,14 @@ type: docker name: default 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 image: rust:1.30 commands: