Skip to content

Commit

Permalink
try skipping the proc macro package in asan job
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Oct 8, 2024
1 parent 1743632 commit b2f5bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
RUST_BACKTRACE: "0"
run: |
# TODO switch back to modern-full once polars is fixed
cargo -Z build-std test --features "chrono serde_json url r2d2 uuid extensions-full" --target x86_64-unknown-linux-gnu
cargo -Z build-std test --features "chrono serde_json url r2d2 uuid extensions-full" --target x86_64-unknown-linux-gnu --package duckdb
- name: publish crates --dry-run
uses: katyo/publish-crates@v2
with:
Expand Down

0 comments on commit b2f5bf8

Please sign in to comment.