#!/usr/bin/make -f export DH_GOLANG_EXCLUDES := go/tunnels/examples %: dh $@ --builddirectory=_build --buildsystem=golang # Using -short to skip tests that access the internet, # see .github/workflows/go.yml override_dh_auto_test: dh_auto_test -- -short