Skip to content

Commit dd269d3

Browse files
committed
fix: enable integration tests only on x86_64
1 parent 8862c28 commit dd269d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#[cfg(target_arch = "x86_64")]
12
mod metrics_integration_test;

0 commit comments

Comments
 (0)