Skip to content

Commit

Permalink
Exclude unit tests for wasm32 when compiling the binary for other arc…
Browse files Browse the repository at this point in the history
…hitectures
  • Loading branch information
miguelff committed Nov 29, 2023
1 parent 22042e1 commit ff1b78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/driver-adapters/tests/wasm.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![cfg(target_os = "wasm32")]
use wasm_bindgen_test::*;

// use driver_adapters::types::ColumnType;
use serde::{Deserialize, Serialize};
use serde_repr::{Deserialize_repr, Serialize_repr};
use tsify::Tsify;
Expand Down

0 comments on commit ff1b78c

Please sign in to comment.