Skip to content

Commit

Permalink
reduce ci time (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin authored May 22, 2023
1 parent f6028d9 commit fb63397
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,11 @@ jobs:
with:
rust-version: stable
targets: x86_64-pc-windows-msvc
- run: cargo test --features "modern-full extensions-full"
- name: Build loadable extension
run: cargo build --example hello-ext --features="vtab-loadable bundled"
- run: cargo install cargo-examples
# make the feature set the same so build faster
- run: cargo test --features "modern-full extensions-full vtab-loadable"
- run: cargo examples --skip hello-ext --features "modern-full extensions-full vtab-loadable"
- run: cargo build --example hello-ext --features "modern-full extensions-full vtab-loadable"

Sanitizer:
name: Address Sanitizer
Expand All @@ -147,8 +149,6 @@ jobs:
# as the other tests have them.
RUST_BACKTRACE: "0"
run: cargo -Z build-std test --features "modern-full extensions-full" --target x86_64-unknown-linux-gnu
- run: cargo install cargo-examples
- run: cargo examples --skip hello-ext --features=bundled
- uses: wangfenjin/publish-crates@main
name: cargo publish --dry-run
with:
Expand Down

0 comments on commit fb63397

Please sign in to comment.