From 3211b7213fea14f4908513e09b141e92a66ca93b Mon Sep 17 00:00:00 2001 From: Mark Raasveldt Date: Wed, 14 Feb 2024 08:58:36 +0100 Subject: [PATCH] Remove cargo-test in windows source build --- .github/workflows/rust.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 1c5318a5..46547437 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -124,7 +124,6 @@ jobs: - run: cargo install cargo-examples # make the feature set the same so build faster # don't test modern-full as polars requires too much memory - - run: cargo test --features "extensions-full vtab-loadable" - run: cargo examples --skip hello-ext --features "extensions-full vtab-loadable" - run: cargo build --example hello-ext --features "extensions-full vtab-loadable"