Skip to content

Commit bfe7e0b

Browse files
committed
Remove test exclusion on FreeBSD
1 parent 8b0e675 commit bfe7e0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ task:
1919
# FIXME(rust-lang/rust#134863) necessary to avoid error when dlopening proc
2020
# macros during compilation of cg_clif.
2121
- export LD_STATIC_TLS_EXTRA=4096
22-
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
23-
- ./y.sh test --skip-test test.rust-random/rand
22+
- ./y.sh test

0 commit comments

Comments
 (0)