From 3ac21519b323c667523034958c479d70a3af228c Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Fri, 13 Nov 2020 15:21:19 -0500 Subject: Switch github actions to use scripts --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8a1cd1..b59f006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,5 +16,7 @@ jobs: go-version: ${{ matrix.go }} - run: go mod download shell: bash - - run: go build "plugin/"*.go + - run: ./scripts/build.sh evm + shell: bash + - run: ./scripts/build_test.sh shell: bash \ No newline at end of file -- cgit v1.2.3