Skip to content

Commit d97de14

Browse files
authored
Merge branch 'main' into main
2 parents e635e31 + e9f098b commit d97de14

Some content is hidden

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

58 files changed

+1458
-507
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ jobs:
139139
run: just run_demo -l --ignore-stamp --yapper -c test-configs/c0
140140
- name: Run sailfish demo
141141
run: just run_sailfish_demo
142+
- name: Test with block-maker
143+
run: just test-all
142144

143145
contracts:
144146
runs-on: ubuntu-latest

.github/workflows/push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
uses: docker/build-push-action@v6
4646
with:
4747
push: true
48-
platforms: linux/amd64,linux/arm64
48+
platforms: linux/amd64
4949
file: ./docker/timeboost.Dockerfile
5050
tags: ghcr.io/espressosystems/timeboost:${{ env.TAG }}

0 commit comments

Comments
 (0)