Skip to content

Commit

Permalink
Remove cargo-test in windows source build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Feb 14, 2024
1 parent 3a9144d commit 3211b72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3211b72

Please sign in to comment.