diff --git a/cmake/Tests.cmake b/cmake/Tests.cmake index fb7e661ee..d76463615 100644 --- a/cmake/Tests.cmake +++ b/cmake/Tests.cmake @@ -61,6 +61,7 @@ add_custom_target(fish_run_tests ${Rust_CARGO} test --no-default-features + --features=${FISH_CARGO_FEATURES} ${CARGO_FLAGS} --workspace --target-dir ${rust_target_dir}