We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cda0c commit fb08397Copy full SHA for fb08397
.github/workflows/test.yaml
@@ -19,6 +19,6 @@ jobs:
19
- run: cd examples/k8s_contexts_resources && go test
20
- run: cd examples/list_current_dir_files_tool && go test
21
- run: cd examples/list_k8s_contexts_tool && go test
22
- - run: cd examples/streamable_http && go test
+ - run: cd examples/streamable_http && go test -v
23
- run: cd tests/lifecycle && go test
24
- run: go test ./...
0 commit comments