Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
only run ui tests when derive feature enabled
  • Loading branch information
coriolinus committed May 10, 2021
commit 17eda6dcfe1f0e0ebe2d90d921f91697739d16f5
1 change: 1 addition & 0 deletions tests/max_encoded_len_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// limitations under the License.

#[test]
#[cfg(feature = "derive")]
fn derive_no_bound_ui() {
// As trybuild is using `cargo check`, we don't need the real WASM binaries.
std::env::set_var("SKIP_WASM_BUILD", "1");
Expand Down