#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang

# Limit concurrency to workaround autopkgtest failures on armhf
# See https://bugs.debian.org/995277
override_dh_auto_test:
	dh_auto_test --max-parallel=32
