mirror of
https://github.com/project-zot/zot.git
synced 2025-01-27 23:01:43 -05:00
fix(test): consolidate api tests build tags (#1602)
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
parent
8877083daa
commit
94ba538e69
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
//go:build sync && scrub && metrics && search && mgmt
|
||||
// +build sync,scrub,metrics,search,mgmt
|
||||
//go:build sync && scrub && metrics && search && lint && apikey && mgmt
|
||||
// +build sync,scrub,metrics,search,lint,apikey,mgmt
|
||||
|
||||
package api_test
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//go:build sync && scrub && metrics && search && lint && apikey
|
||||
// +build sync,scrub,metrics,search,lint,apikey
|
||||
//go:build sync && scrub && metrics && search && lint && apikey && mgmt
|
||||
// +build sync,scrub,metrics,search,lint,apikey,mgmt
|
||||
|
||||
package api_test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue