Run CI script directly, not through sh
This commit is contained in:
parent
1a5bd03e32
commit
8fe044d5ef
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -25,4 +25,4 @@ jobs:
|
|||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
run: |
|
run: |
|
||||||
export PATH=${PATH}:$(go env GOPATH)/bin
|
export PATH=${PATH}:$(go env GOPATH)/bin
|
||||||
sh ./run_tests.sh
|
./run_tests.sh
|
||||||
Loading…
x
Reference in New Issue
Block a user