We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa203b commit ce06a25Copy full SHA for ce06a25
Makefile
@@ -3,7 +3,8 @@ build:
3
./scripts/build.sh
4
5
test:
6
- cd tests && GPTSCRIPT_TOOL_REMAP="github.com/obot-platform/tools=.." go test -v tool_test.go
+ (cd tests && GPTSCRIPT_TOOL_REMAP="github.com/obot-platform/tools=.." go test -v tool_test.go)
7
+ (cd credential-stores && go test -v ./...)
8
9
package-tools:
10
./scripts/package-tools.sh
0 commit comments