Skip to content

Commit

Permalink
chore: cargo test -- --test-threads=1
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 15, 2024
1 parent 2c9e628 commit 5f38d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-cubesql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
CUBESQL_REWRITE_TIMEOUT: 60
run: |
cd rust/cubesql
cargo test
cargo test -- --test-threads=1
# Disable: cargo-llvm-cov is too slow
# cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
# - name: Upload code coverage
Expand Down

0 comments on commit 5f38d17

Please sign in to comment.