Skip to content

Commit

Permalink
ci: isolate extra_functional from client integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shunkichi Sato <[email protected]>
  • Loading branch information
s8sato committed May 10, 2024
1 parent 5f3e760 commit ee4b7ff
Showing 1 changed file with 5 additions and 5 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 @@ -71,7 +71,7 @@ jobs:

# migrating to pytest
# include: client/tests/integration/
# exclude: "unstable_network"
# exclude: client/tests/integration/extra_functional
client_integration:
runs-on: [self-hosted, Linux, iroha2]
container:
Expand All @@ -81,10 +81,10 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run tests, with no-default-features
run: mold --run cargo test --no-default-features --no-fail-fast -p iroha_client integration -- --skip unstable_network
run: mold --run cargo test --no-default-features --no-fail-fast -p iroha_client integration -- --skip extra_functional

# include: client/tests/integration/, "unstable_network"
unstable:
# include: client/tests/integration/extra_functional
extra_functional:
runs-on: [self-hosted, Linux, iroha2]
container:
image: hyperledger/iroha2-ci:nightly-2024-04-18
Expand All @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: mold --run cargo test --no-default-features --no-fail-fast -p iroha_client unstable_network
run: mold --run cargo test --no-default-features --no-fail-fast -p iroha_client extra_functional

# Run the job to check that the docker containers are properly buildable
pr-generator-build:
Expand Down

0 comments on commit ee4b7ff

Please sign in to comment.