test: split unit and integrations suites to parallelize (#12039)

This commit is contained in:
Trevor Whitney
2024-02-22 14:34:00 -07:00
committed by GitHub
parent dbea8ba85b
commit 782b938334
12 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,5 @@
//go:build integration
package integration
import (