Skip to content

Commit 49fa031

Browse files
committed
ci(test): add kdig
1 parent 7246e68 commit 49fa031

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
- name: Run golangci-lint
3737
run: golangci-lint run ./...
3838

39+
- name: Install kdig
40+
run: |
41+
sudo apt-get update
42+
sudo apt-get install -y knot-dnsutils
43+
kdig --version || true
44+
3945
- name: Run tests
4046
run: go test ./... -v
4147

0 commit comments

Comments
 (0)