diff --git a/.github/workflows/scripts/build-micro.sh b/.github/workflows/scripts/build-micro.sh deleted file mode 100755 index 38b9b999..00000000 --- a/.github/workflows/scripts/build-micro.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# set -x - -failed=0 -go mod edit -replace github.com/micro/go-micro/v2=github.com/micro/go-micro/v2@$1 -# basic test, build the binary -go build -failed=$? -if [ $failed -gt 0 ]; then - exit $failed -fi -# unit tests -IN_TRAVIS_CI=yes go test -v ./... -# TODO integration tests \ No newline at end of file