Add getters for EreDockerizedzkVM (#117)

This commit is contained in:
Han
2025-08-30 20:25:14 +08:00
committed by GitHub
parent c772b1ff2c
commit f32a77fcc0
2 changed files with 35 additions and 17 deletions

View File

@@ -40,6 +40,9 @@ jobs:
- name: Run cargo clippy
run: cargo clippy --all-targets --package ${{ matrix.crate }} -- -D warnings
- name: Run cargo test on documentation
run: cargo test --doc --package ${{ matrix.crate }}
- name: Run cargo test
if: ${{ matrix.run_test }}
run: cargo test --release --package ${{ matrix.crate }}