Skip to content

Commit cd9f825

Browse files
committed
fix makefile
Signed-off-by: weedge <[email protected]>
1 parent 18e0a98 commit cd9f825

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ test: cargo_test_workspace
8686

8787
cargo_test_workspace: build
8888
export LIBRARY_PATH=/usr/local/lib && RUSTFLAGS="-C link-args=-Wl,-rpath,/usr/local/lib" cargo test --workspace \
89+
--exclude usearch
8990
$(CARGO_FLAGS)
9091
# --exclude redisxann-hnsw \
9192
# --exclude redisxann-usearch \
9293
# --exclude redisxann-faiss \
93-
# --exclude usearch \
9494
9595
cargo_test: build
9696
export LIBRARY_PATH=/usr/local/lib && RUSTFLAGS="-C link-args=-Wl,-rpath,/usr/local/lib" cargo test --tests $(CARGO_FLAGS)

rust/hnsw/hnswcore/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#![feature(stdsimd)]
21
pub mod core;
32
pub mod metrics;

0 commit comments

Comments
 (0)