tests dns drone
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Justine 2023-01-10 20:41:22 +01:00
parent bbf0f5bc64
commit 1ac369fc32

View File

@ -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: