featurebase/cli/batch
Travis Turner e8fc445e69
Fix cli/batch test (and make sure it's not excluded from CI)
The logic in our Makefile was exluding from tests any package with
`/batch` in the package name. This excluded `/cli/batch`, which is not
good.

This commit changes the exclusion logic to include the `/v3` portion of
the package name, so `/v3/batch`.
2023-03-06 13:31:17 -06:00
..
inserter.go Add kafka support to CLI (fbsql) 2023-03-06 13:31:15 -06:00
sql.go Re-organize the fbsql kafka config and setup. 2023-03-06 13:31:16 -06:00
sql_test.go Fix cli/batch test (and make sure it's not excluded from CI) 2023-03-06 13:31:17 -06:00