Skip to content

Commit

Permalink
test executor build in CI 5
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Jul 31, 2024
1 parent 3fbc22e commit 9f30738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: executor.wasm
path: defaults/executor.wasm
path: defaults
- name: Run tests, with coverage
run: |
mold --run cargo test --all-features --no-fail-fast --workspace --exclude iroha
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: executor.wasm
path: defaults/executor.wasm
path: defaults
- name: Run tests, with no-default-features
run: mold --run cargo test --no-default-features --no-fail-fast -p iroha integration -- --skip extra_functional

Expand All @@ -120,7 +120,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: executor.wasm
path: defaults/executor.wasm
path: defaults
- name: Run tests
run: mold --run cargo test --no-default-features --no-fail-fast -p iroha extra_functional

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: executor.wasm
path: defaults/executor.wasm
path: defaults
- name: Format
run: cargo fmt --all -- --check
- name: Lints without features
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: executor.wasm
path: defaults/executor.wasm
path: defaults
- name: Build binaries
run: |
cargo build -p iroha_client_cli -p kagami -p irohad
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: executor.wasm
path: defaults/executor.wasm
path: defaults
- name: Set up Docker Buildx
id: buildx
if: always()
Expand Down

0 comments on commit 9f30738

Please sign in to comment.