Skip to content

Commit

Permalink
fix(aries_vcx): make integration tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
xprazak2 committed Nov 8, 2023
1 parent ed4ee6b commit bc5cf57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
with:
rust-toolchain-version: ${{ env.RUST_TOOLCHAIN_VERSON }}
- name: "Run aries-vcx integration tests"
run: RUST_TEST_THREADS=1 cargo test --manifest-path="aries_vcx/Cargo.toml" -F vdrtools_wallet credx -- --ignored;
run: RUST_TEST_THREADS=1 cargo test --manifest-path="aries_vcx/Cargo.toml" -F vdrtools_wallet,credx -- --ignored;

test-integration-aries-vcx-mysql:
needs: workflow-setup
Expand Down
3 changes: 2 additions & 1 deletion aries_vcx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ doctest = false
# Feature flag to include the 'modular library' dependencies (vdrtools alternatives; indy-vdr, indy-credx)
credx = [
"aries_vcx_core/credx",
"test_utils/vdrtools_wallet"
"test_utils/vdrtools_wallet",
"test_utils/credx"
]
vdr_proxy_ledger = [
"aries_vcx_core/vdr_proxy_ledger",
Expand Down

0 comments on commit bc5cf57

Please sign in to comment.