Skip to content

Commit

Permalink
test(crypto): CRP-2231 fix cargo test for remote vault tests
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Jan 31, 2024
1 parent 699cba9 commit e5b3195
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs/crypto/internal/crypto_service_provider/BUILD.bazel
Expand Up @@ -128,10 +128,10 @@ rust_test_suite_with_extra_srcs(
["tests/**/*.rs"],
exclude = [
"tests/check_generated_files.rs",
"tests/remote_csp_vault/common/*.rs",
"tests/common/*.rs",
],
),
extra_srcs = glob(["tests/remote_csp_vault/common/*.rs"]),
extra_srcs = glob(["tests/common/*.rs"]),
proc_macro_deps = MACRO_DEPENDENCIES + DEV_MACRO_DEPENDENCIES,
deps = [":crypto_service_provider"] + DEPENDENCIES + DEV_DEPENDENCIES,
)
Expand Down

0 comments on commit e5b3195

Please sign in to comment.