Skip to content

Commit

Permalink
Add evm-bully=yes build to CI
Browse files Browse the repository at this point in the history
The contract build for the evm-bully (`make evm-bully=yes`) often breaks.
Add it to CI to prevent that from happening.
  • Loading branch information
Frank Braun committed Jun 4, 2021
1 parent 418a473 commit 9397db4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
with:
command: test
args: --locked --verbose
bully-build:
name: Bully build
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
- name: Install the toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-03-25
override: true
- run: make evm-bully=yes
- run: ls -lH release.wasm
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0

0 comments on commit 9397db4

Please sign in to comment.