Skip to content

Commit

Permalink
test: add alias to run cargo t --workspace on a single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
mhasel committed Oct 17, 2024
1 parent 83c5b03 commit 0c7a062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xtask = "run --release --package xtask --"
metrics = "run --release --package xtask -- metrics"
metrics-sql = "run --release --package xtask --features=sql -- metrics"
tw1 = "test --workspace -- --test-threads=1"

[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
Expand Down

0 comments on commit 0c7a062

Please sign in to comment.