Skip to content

Commit

Permalink
ci test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcashier committed Nov 6, 2024
1 parent 00c716a commit 3caf21a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
crate: cargo-binstall
- run: cargo binstall -y --force [email protected]
- run: cargo risczero install --version r0.1.81.0
- run: cargo test --workspace --all-targets -F debug-guest-build
- run: cargo test --all-targets -p zeth -p zeth-core -p zeth-preflight -p zeth-guests -F debug-guest-build
- run: cargo test --all-targets -p zeth-core-ethereum -p zeth-preflight-ethereum -p zeth-ethereum -F debug-guest-build
- run: cargo test --all-targets -p zeth-core-optimism -p zeth-preflight-optimism -p zeth-optimism -F debug-guest-build

clippy:
name: clippy
Expand Down
1 change: 1 addition & 0 deletions bin/zeth-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ tracing.workspace = true
metal = ["zeth/metal"]
cuda = ["zeth/cuda"]
disable-dev-mode = ["zeth/disable-dev-mode"]
debug-guest-build = ["zeth-guests/debug-guest-build"]
1 change: 1 addition & 0 deletions bin/zeth-optimism/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ tracing.workspace = true
metal = ["zeth/metal"]
cuda = ["zeth/cuda"]
disable-dev-mode = ["zeth/disable-dev-mode"]
debug-guest-build = ["zeth-guests/debug-guest-build"]
1 change: 1 addition & 0 deletions crates/zeth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ tracing.workspace = true
metal = ["risc0-zkvm/metal"]
cuda = ["risc0-zkvm/cuda"]
disable-dev-mode = ["risc0-zkvm/disable-dev-mode"]
debug-guest-build = ["zeth-guests/debug-guest-build"]

0 comments on commit 3caf21a

Please sign in to comment.