Skip to content

Commit 49ab796

Browse files
committed
chore: add -race option for candle-binding test
Signed-off-by: cryo <[email protected]>
1 parent 2570877 commit 49ab796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ check-go-mod-tidy:
141141
test-binding: rust
142142
@echo "Running Go tests with static library..."
143143
@export LD_LIBRARY_PATH=${PWD}/candle-binding/target/release && \
144-
cd candle-binding && CGO_ENABLED=1 go test -v
144+
cd candle-binding && CGO_ENABLED=1 go test -v -race
145145

146146
# Test with the candle-binding library
147147
test-category-classifier: rust

0 commit comments

Comments
 (0)