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 d442c1b commit e758a27Copy full SHA for e758a27
.github/workflows/tests.yml renamed to .github/workflows/pr.yml
@@ -19,4 +19,4 @@ jobs:
19
run: |
20
export GOPATH=$HOME/go
21
export PATH=$PATH:$GOPATH/bin
22
- go tests ./... -v
+ go test ./... -v
0 commit comments