Skip to content

Commit c651994

Browse files
authored
Merge branch 'unstable' into prepare-proposer
2 parents bb1f7d0 + aea43b6 commit c651994

101 files changed

Lines changed: 1697 additions & 1105 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/local-testnet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3535

3636
- name: Install lighthouse
37-
if: steps.cache-cargo.outputs.cache-hit != 'true'
3837
run: make && make install-lcli
3938

4039
- name: Start local testnet

.github/workflows/test-suite.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ jobs:
190190
needs: cargo-fmt
191191
steps:
192192
- uses: actions/checkout@v1
193+
- uses: actions/setup-go@v2
194+
with:
195+
go-version: '1.17'
193196
- name: Get latest version of stable Rust
194197
run: rustup update stable
195198
- name: Run exec engine integration tests in release

0 commit comments

Comments
 (0)