mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
Add getters for EreDockerizedzkVM (#117)
This commit is contained in:
3
.github/workflows/test-common.yml
vendored
3
.github/workflows/test-common.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user