mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Add ere-dockerized (#75)
This commit is contained in:
6
.github/workflows/rust-checks.yml
vendored
6
.github/workflows/rust-checks.yml
vendored
@@ -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 }}
|
||||
|
||||
3
.github/workflows/test-zisk-docker.yml
vendored
3
.github/workflows/test-zisk-docker.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user