diff options
author | Aaron Buchwald <[email protected]> | 2020-11-13 16:57:33 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-13 16:57:33 -0500 |
commit | c519b661358e185f9a9f09586cf7de1b17aa332f (patch) | |
tree | 338212af78fd63610f60b34eb5524aeacfe1d0dc | |
parent | 3ac21519b323c667523034958c479d70a3af228c (diff) |
Cleanup
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rwxr-xr-x | scripts/build.sh (renamed from scripts/build_coreth.sh) | 0 | ||||
-rwxr-xr-x | scripts/build_test.sh | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59f006..779dba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: - run: ./scripts/build.sh evm shell: bash - run: ./scripts/build_test.sh - shell: bash
\ No newline at end of file + shell: bash diff --git a/scripts/build_coreth.sh b/scripts/build.sh index 41fab1b..41fab1b 100755 --- a/scripts/build_coreth.sh +++ b/scripts/build.sh diff --git a/scripts/build_test.sh b/scripts/build_test.sh index f1870ad..46a619f 100755 --- a/scripts/build_test.sh +++ b/scripts/build_test.sh @@ -4,4 +4,4 @@ set -o errexit set -o nounset set -o pipefail -go test -race -timeout="90s" -coverprofile="coverage.out" -covermode="atomic" ./... +go test -race -timeout="90s" -coverprofile="coverage.out" -covermode="atomic" ./plugin/... |