Skip to content

Commit

Permalink
cargo test excluding doctests for mac,win64
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhx committed Mar 25, 2023
1 parent 5f72808 commit f810930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
shell: bash
run: |
export PATH=$PATH:$HOME/d/protoc/bin
cargo test
cargo test --lib --tests --bins --features avro,jit,scheduler,json,dictionary_expressions
env:
# do not produce debug symbols to keep memory usage down
RUSTFLAGS: "-C debuginfo=0"
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Run tests
shell: bash
run: |
cargo test
cargo test --lib --tests --bins --features avro,jit,scheduler,json,dictionary_expressions
env:
# do not produce debug symbols to keep memory usage down
RUSTFLAGS: "-C debuginfo=0"
Expand Down

0 comments on commit f810930

Please sign in to comment.