aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-13 15:21:19 -0500
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-13 15:21:19 -0500
commit3ac21519b323c667523034958c479d70a3af228c (patch)
tree402fcd7e8db5e25b5063c17b1f1403fdc1c2b872
parent81bfb06bbffbd14d2fdc8deabce7b437c7bbbacd (diff)
Switch github actions to use scripts
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
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