Skip to content

Commit

Permalink
Fix running unit tests (#1136)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas authored Feb 26, 2024
1 parent 507428f commit 57a32b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ check-aries-vcx-core-credx:
cargo test --manifest-path="aries/aries_vcx_core/Cargo.toml" -F vdrtools_wallet,credx --tests

test-unit test_name="":
RUST_TEST_THREADS=1 cargo test --workspace --lib --exclude aries-vcx-agent --exclude libvdrtools --exclude wallet_migrator --exclude mediator --exclude aries_vcx_core -- --ignored {{test_name}}
RUST_TEST_THREADS=1 cargo test --workspace --lib --exclude aries-vcx-agent --exclude libvdrtools --exclude wallet_migrator --exclude mediator --exclude aries_vcx_core {{test_name}}

test-integration-aries-vcx-core features:
cargo test --manifest-path="aries/aries_vcx_core/Cargo.toml" -F {{features}}
Expand Down

0 comments on commit 57a32b2

Please sign in to comment.