makefile: add new rbd/admin package to build and ci script

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-03-03 14:44:17 -05:00 committed by mergify[bot]
parent e78058504d
commit e0e56486b0
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ test-binaries: \
internal/errutil.test \
internal/retry.test \
rados.test \
rbd.test
rbd.test \
rbd/admin.test
test-bins: test-binaries
%.test: % force_go_build