Add ere-dockerized (#75)

This commit is contained in:
Han
2025-08-02 19:21:52 +08:00
committed by GitHub
parent 1585a77405
commit 42e7c6c416
42 changed files with 1365 additions and 941 deletions

View File

@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crate: [ere-sp1, ere-risc0]
zkvm: [sp1, risc0]
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Check clippy
run: cargo clippy --bins --lib --examples --tests --benches -p ${{ matrix.crate }}
run: cargo clippy --bins --lib --examples --tests --benches -p ere-${{ matrix.zkvm }}
- name: Run tests
run: cargo test --release -p ${{ matrix.crate }}
run: cargo test --release -p ere-dockerized -- ${{ matrix.zkvm }}

View File

@@ -30,4 +30,5 @@ jobs:
run: |
docker build \
--tag ere-builder-zisk:latest \
--file docker/zisk/Dockerfile .
--file docker/zisk/Dockerfile \
--build-arg CI=1 .