Skip to content

Commit ce06a25

Browse files
committed
update Makefile
Signed-off-by: Grant Linville <[email protected]>
1 parent 9fa203b commit ce06a25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ build:
33
./scripts/build.sh
44

55
test:
6-
cd tests && GPTSCRIPT_TOOL_REMAP="github.com/obot-platform/tools=.." go test -v tool_test.go
6+
(cd tests && GPTSCRIPT_TOOL_REMAP="github.com/obot-platform/tools=.." go test -v tool_test.go)
7+
(cd credential-stores && go test -v ./...)
78

89
package-tools:
910
./scripts/package-tools.sh

0 commit comments

Comments
 (0)