Skip to content

Commit

Permalink
gh: run test to check if dnshack works
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Sep 11, 2024
1 parent 5aff674 commit 74c4cfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions utils/dnshack/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
go test -tags dnshack -ldflags "-checklinkname=0"

0 comments on commit 74c4cfe

Please sign in to comment.