diff options
| author | KunoiSayami <[email protected]> | 2022-10-23 10:24:37 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-10-23 10:24:37 +0800 |
| commit | f43314c3dd296be154c928f68b1b8d2a0d01c78f (patch) | |
| tree | d924e68db020a554a8a0e468cb07bfd6d244dbc7 /src/test.rs | |
| parent | 4c58b52777aa8e1c9a8d8d20a4350be039bcdf90 (diff) | |
feat: Remove pam feature from default buildv4.0.0
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'src/test.rs')
| -rw-r--r-- | src/test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test.rs b/src/test.rs index 51d1607..1a377ae 100644 --- a/src/test.rs +++ b/src/test.rs @@ -25,6 +25,7 @@ mod core { Argon2, }; use redis::AsyncCommands; + #[cfg(feature = "pam")] use std::borrow::BorrowMut; use std::io::{Read, Write}; use std::path::Path; @@ -365,6 +366,7 @@ mod core { .unwrap(); } + #[cfg(feature = "pam")] #[ignore] #[test] fn test_pam() { |
