Skip to content

Commit

Permalink
No extensions here
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Feb 14, 2024
1 parent 3211b72 commit fb0c53f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ 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 examples --skip hello-ext --features "extensions-full vtab-loadable"
- run: cargo build --example hello-ext --features "extensions-full vtab-loadable"
- run: cargo test --features "vtab-loadable"
- run: cargo examples --skip hello-ext --features "vtab-loadable"
- run: cargo build --example hello-ext --features "vtab-loadable"

Sanitizer:
name: Address Sanitizer
Expand Down

0 comments on commit fb0c53f

Please sign in to comment.