We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242b261 commit 0f1ee59Copy full SHA for 0f1ee59
.cirrus.yml
@@ -16,4 +16,5 @@ task:
16
# Disabling incr comp reduces cache size and incr comp doesn't save as much
17
# on CI anyway.
18
- export CARGO_BUILD_INCREMENTAL=false
19
- - ./y.sh test
+ # Skip rand as it fails on FreeBSD due to rust-random/rand#1355
20
+ - ./y.sh test --skip-test test.rust-random/rand
0 commit comments