Run CI script directly, not through sh

This commit is contained in:
jholdstock 2020-05-14 13:58:34 +01:00
parent 1a5bd03e32
commit 8fe044d5ef

View File

@ -25,4 +25,4 @@ jobs:
GO111MODULE: "on"
run: |
export PATH=${PATH}:$(go env GOPATH)/bin
sh ./run_tests.sh
./run_tests.sh