Skip to content

Commit 4d7c415

Browse files
committed
Run tests without api keys
Signed-off-by: David Gageot <[email protected]>
1 parent 2824ff8 commit 4d7c415

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Taskfile.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ tasks:
5252

5353
test:
5454
desc: Run tests
55+
env:
56+
OPENAI_API_KEY:
57+
ANTHROPIC_API_KEY:
58+
GOOGLE_API_KEY:
59+
MISTRAL_API_KEY:
5560
cmd: go test ./...
56-
sources:
57-
- "{{.GO_SOURCES}}"
58-
- "**/*.txt"
5961

6062
build-local:
6163
desc: Build binaries for local host platform

0 commit comments

Comments
 (0)