Skip to content

Commit

Permalink
test: mark attestation_types::verify::sample test only
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <harald@redhat.com>
  • Loading branch information
haraldh authored and enarxbot committed Mar 31, 2021
1 parent baff021 commit 9e3617b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/attestation_types/verify/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
mod cert_chain;
mod error;
mod key;
mod samples;
mod sig;

#[cfg(test)]
mod samples;

use super::quote::Quote;
use error::VerifyError;
use key::Key;
Expand Down

0 comments on commit 9e3617b

Please sign in to comment.