Skip to content

Commit e758a27

Browse files
committed
fixed is in PR workflow
1 parent d442c1b commit e758a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml renamed to .github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
run: |
2020
export GOPATH=$HOME/go
2121
export PATH=$PATH:$GOPATH/bin
22-
go tests ./... -v
22+
go test ./... -v

0 commit comments

Comments
 (0)