split integration test using go build tag (#392)

This commit is contained in:
渡邉祐一 / Yuichi Watanabe
2023-06-19 17:12:38 +09:00
committed by GitHub
parent b0959382c8
commit 68f9ef92be
2 changed files with 15 additions and 0 deletions

View File

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