diff options
author | Aaron Buchwald <[email protected]> | 2020-11-13 15:21:19 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-13 15:21:19 -0500 |
commit | 3ac21519b323c667523034958c479d70a3af228c (patch) | |
tree | 402fcd7e8db5e25b5063c17b1f1403fdc1c2b872 /.github/workflows/ci.yml | |
parent | 81bfb06bbffbd14d2fdc8deabce7b437c7bbbacd (diff) |
Switch github actions to use scripts
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |