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 e03d12f commit 31d76c4Copy full SHA for 31d76c4
.github/workflows/go.yml
@@ -26,7 +26,7 @@ jobs:
26
run: go mod download
27
28
- name: Run unit tests
29
- run: go test -race ./...
+ run: script/test
30
31
- name: Build
32
run: go build -v ./cmd/github-mcp-server
script/test
@@ -1,3 +1,3 @@
1
set -eu
2
3
-go test -race ./...
+go test -race ./...
0 commit comments