Skip to content

Commit f11513f

Browse files
committed
Check make serve
For check logs in ci. This should be removed later. Seems installation would not be done in successfully.
1 parent 57c3ec9 commit f11513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- run: |
107107
export GOPATH=$(go env GOPATH)
108108
export PATH=$PATH:$GOPATH/bin
109-
make serve &
109+
make serve
110110
- run: |
111111
export GOPATH=$(go env GOPATH)
112112
export PATH=$PATH:$GOPATH/bin

0 commit comments

Comments
 (0)