temporarily wark around rustdoc beta test ICE

This commit is contained in:
Trevor Spiteri 2021-03-04 14:10:26 +01:00
parent 4707482970
commit a53735b8cc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ before_test:
test_script:
- cargo +beta-%TARGET% clippy --all-targets --features "fail-on-warnings num-traits serde std"
- cargo +beta-%TARGET% test --release --features "fail-on-warnings num-traits serde std"
- cargo +beta-%TARGET% test --release --features "fail-on-warnings num-traits serde std" -- --test-threads 1
- cargo +1.50.0-%TARGET% test --lib --features "fail-on-warnings num-traits serde std"
after_test: