Skip to content

Commit

Permalink
only test whlist on base
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Dec 4, 2024
1 parent 5e681fd commit be5da75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ mod test {
}

#[test]
#[cfg(not(feature = "web"))]
fn check_op_whitelist() {
let inner = || -> Result<(), Error> {
let mut runtime = Runtime::new(RuntimeOptions::default())?;
Expand Down

0 comments on commit be5da75

Please sign in to comment.