diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci-build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7bf9c77e..f5f096d9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -64,11 +64,10 @@ jobs: run: go mod download - name: Download binary roadrunner - run: php ./bin/rr get-binary + run: composer install && php ./bin/rr get-binary - name: Run golang tests run: | - go mod vendor composer update go test -race -v -coverprofile=lib.txt -covermode=atomic go test ./util -race -v -coverprofile=util.txt -covermode=atomic |