diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0f9d3b9a..bce0468f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,6 +41,9 @@ jobs: - name: Run martian unit test run: make -C internal/martian test + - name: Run dnshack test + run: make -C utils/dnshack test + - name: Run unit test run: make test coverage