Skip to content

Commit

Permalink
Run tests 10 times to catch obvious non-determinism.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Apr 5, 2023
1 parent fd354a6 commit 5a3d807
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ for mode in "" "--release"; do
cargo build ${mode} -p ykcapi;
done

cargo test
cargo test --release
for i in $(seq 10); do
cargo test
cargo test --release
done

cargo bench

# Run examples.
Expand Down

0 comments on commit 5a3d807

Please sign in to comment.