Skip to content

Commit 9e3617b

Browse files
haraldhenarxbot
authored andcommitted
test: mark attestation_types::verify::sample test only
Signed-off-by: Harald Hoyer <[email protected]>
1 parent baff021 commit 9e3617b

File tree

1 file changed

+3
-1
lines changed
  • src/attestation_types/verify

1 file changed

+3
-1
lines changed

src/attestation_types/verify/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
mod cert_chain;
66
mod error;
77
mod key;
8-
mod samples;
98
mod sig;
109

10+
#[cfg(test)]
11+
mod samples;
12+
1113
use super::quote::Quote;
1214
use error::VerifyError;
1315
use key::Key;

0 commit comments

Comments
 (0)