#!/usr/bin/make -f

override_dh_auto_test:
	# some tests want to hit a remote API and spin up remote resources ($$$$) so skip them
	DH_GOLANG_EXCLUDES='github.com/ncw/swift/rs' dh_auto_test

%:
	dh $@ --buildsystem=golang --with=golang
