Skip to content

Commit b8efb51

Browse files
committed
update Makefile
Signed-off-by: Grant Linville <grant@acorn.io>
1 parent 425ca3f commit b8efb51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ test:
66
cd tests && GPTSCRIPT_TOOL_REMAP="github.com/obot-platform/tools=.." go test -v tool_test.go
77
cd github-auth-provider && go test ./... && cd ..
88
cd google-auth-provider && go test ./... && cd ..
9+
cd credential-stores && go test ./... && cd ..
910

1011
package-tools:
1112
./scripts/package-tools.sh

0 commit comments

Comments
 (0)