Disable failing rand tests on FreeBSD

This commit is contained in:
bjorn3 2024-04-06 14:05:30 +00:00
parent 242b261585
commit 0f1ee59ea5

View File

@ -16,4 +16,5 @@ task:
# Disabling incr comp reduces cache size and incr comp doesn't save as much
# on CI anyway.
- export CARGO_BUILD_INCREMENTAL=false
- ./y.sh test
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
- ./y.sh test --skip-test test.rust-random/rand