#!/usr/bin/make -f ifneq (,$(filter 32,$(DEB_TARGET_ARCH_BITS))) TEST_BROKEN = tests::test_try_increment_worker_total tests::worker_count_test endif %: dh $@ # TODO: always check all tests when bug#1022895 is resolved # override_dh_auto_test: dh_auto_test --buildsystem rust -- --no-fail-fast -- \ $(addprefix --skip ,$(TEST_BROKEN))