Skip to content

Commit

Permalink
rust: fix race condition in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
randommm committed Feb 18, 2024
1 parent 07ad5b4 commit 4fa508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,5 @@ jobs:
run: |
cargo clippy
cargo fmt --check
cargo run --example=example --features compile-stan-model
cargo run --example=example --features compile-stan-model -- --test-threads=1
cargo test --verbose --features compile-stan-model

0 comments on commit 4fa508f

Please sign in to comment.