mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
CI clippy ere-dockerized (#94)
Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
14
.github/workflows/test-common.yml
vendored
14
.github/workflows/test-common.yml
vendored
@@ -16,10 +16,15 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
crate:
|
||||
- build-utils
|
||||
- test-utils
|
||||
- zkvm-interface
|
||||
include:
|
||||
- crate: build-utils
|
||||
run_test: true
|
||||
- crate: test-utils
|
||||
run_test: true
|
||||
- crate: zkvm-interface
|
||||
run_test: true
|
||||
- crate: ere-dockerized
|
||||
run_test: false # They are run in per-zkVM workflows
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -36,4 +41,5 @@ jobs:
|
||||
run: cargo clippy --all-targets --package ${{ matrix.crate }} -- -D warnings
|
||||
|
||||
- name: Run cargo test
|
||||
if: ${{ matrix.run_test }}
|
||||
run: cargo test --release --package ${{ matrix.crate }}
|
||||
|
||||
Reference in New Issue
Block a user