From 1ac369fc325cc8242b36ef855e1be3423160a15b Mon Sep 17 00:00:00 2001 From: Justine Date: Tue, 10 Jan 2023 20:41:22 +0100 Subject: [PATCH] tests dns drone --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: